ghorsington 4 år sedan
förälder
incheckning
02f7e4d37c
1 ändrade filer med 0 tillägg och 1 borttagningar
  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)