ghorsington 4 年 前
コミット
02f7e4d37c
1 ファイル変更0 行追加1 行削除
  1. 0 1
      bot/src/plugins/react.ts

+ 0 - 1
bot/src/plugins/react.ts

@@ -108,7 +108,6 @@ export class ReactCommands {
         message.reply(`I'll react to the following messages:\n\`\`\`${reactions}\n\`\`\``);
     }
 
-    // actionsDone: boolean, msg: Message, content: string
     @Event("message")
     async reactToMentions(data: BotEventData, msg: Message): Promise<void> {
         if (data.actionsDone)