1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-06-04 09:03:50 -04: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) => { export const emoji = (message: DiscordenoMessage, command: string) => {
// shortcut
if (allEmojiAliases.includes(command)) { if (allEmojiAliases.includes(command)) {
// Start looping thru the possible emojis // Start looping thru the possible emojis
config.emojis.some((emji: EmojiConf) => { config.emojis.some((emji: EmojiConf) => {