mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 06:05:52 +02:00
Add excite action
This commit is contained in:
@@ -141,6 +141,7 @@ h1(focusTitle) Help
|
||||
<code>/yawn</code>
|
||||
<code>/laugh</code> <code>/haha</code> <code>/хаха</code> <code>/jaja</code> <code>/lol</code>
|
||||
<code>/sneeze</code> <code>/achoo</code>
|
||||
<code>/excite</code> <code>/tada</code>
|
||||
li
|
||||
strong House saving
|
||||
ul
|
||||
|
||||
@@ -34,7 +34,7 @@ setupChatType(ChatType.Think, 'think');
|
||||
setupChatType(ChatType.PartyThink, 'party think');
|
||||
|
||||
function isActionCommand(message: string) {
|
||||
return /^\/(yawn|sneeze|achoo|laugh|lol|haha|хаха|jaja)/i.test(message);
|
||||
return /^\/(yawn|sneeze|excite|tada|achoo|laugh|lol|haha|хаха|jaja)/i.test(message);
|
||||
}
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user