forked from Supositware/Haha-Yes
Removed something useless
This commit is contained in:
parent
d01d5afefc
commit
696d86b723
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module.exports = class listEmoteCommand extends Command {
|
|||
});
|
||||
}
|
||||
|
||||
async run(message, { text }) {
|
||||
async run(message) {
|
||||
const emojiList = message.guild.emojis.map((e, x) => (x + ' = ' + e) + ' | ' +e.name).join('\n');
|
||||
message.channel.send(emojiList);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue