mirror of
https://github.com/Burn-E99/SweeperBot.git
synced 2026-06-04 07:53:50 -04:00
sonar cleanup
This commit is contained in:
@@ -16,8 +16,5 @@ export const messageUpdate = (bot: Bot, message: Message) => {
|
||||
if (config.pollChannels.includes(message.channelId)) {
|
||||
functions.pollReactions(bot, message, true);
|
||||
}
|
||||
|
||||
// return as we are done handling this command
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user