remove weird/useless comment

This commit is contained in:
Ean Milligan 2025-04-26 17:03:18 -04:00
parent 4fbcf15953
commit 957e84ea2b
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ config.emojis.forEach((emji: EmojiConf) => {
});
export const emoji = (message: DiscordenoMessage, command: string) => {
// shortcut
if (allEmojiAliases.includes(command)) {
// Start looping thru the possible emojis
config.emojis.some((emji: EmojiConf) => {