diff --git a/app/services/discord/modules/shitposting.ts b/app/services/discord/modules/shitposting.ts index 85fc1d11..a4577c72 100644 --- a/app/services/discord/modules/shitposting.ts +++ b/app/services/discord/modules/shitposting.ts @@ -339,7 +339,7 @@ export default async (bot: DiscordBot) => { if ( !bot.config.bot.allowedShitpostingChannels.includes(reaction.message.channelId) || reaction.message.author?.id !== bot.discord.user?.id || - lastRespondedReactionMsgs[reaction.message.id] + lastRespondedReactionMsgs.includes(reaction.message.id) ) return;