|
@@ -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)
|