ghorsington 4 anni fa
parent
commit
02f7e4d37c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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)