1
0
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:
Ean Milligan (Bastion)
2022-09-03 04:58:54 -04:00
parent 85cb556763
commit 6918cc70a4
9 changed files with 1 additions and 25 deletions

View File

@@ -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;
}
};