remove weird/useless comment
This commit is contained in:
parent
4fbcf15953
commit
957e84ea2b
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in New Issue