1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-06 20:37:54 -05:00

remove weird/useless comment

This commit is contained in:
Ean Milligan
2025-04-26 17:03:18 -04:00
parent 4fbcf15953
commit 957e84ea2b

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) => {