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:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user