소스 검색

Cleanup code

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)