This commit is contained in:
syuilo 2018-08-13 18:28:45 +09:00
parent 0b665efb7d
commit 4c03b77a9a

View file

@ -59,7 +59,7 @@ export default class KeywordModule implements IModule {
public onMention = (msg: MessageLike) => {
if (msg.user.isAdmin && msg.isMessage && msg.text && msg.text.includes('なんか皆に言って')) {
this.say(msg);
this.say();
return true;
} else if (msg.text && msg.text.includes('なんか言って')) {
this.say(msg);