diff --git a/commands/fun/emotesay.js b/commands/fun/emotesay.js index 3f91659..d96ab51 100644 --- a/commands/fun/emotesay.js +++ b/commands/fun/emotesay.js @@ -1,6 +1,6 @@ const { Command } = require('discord.js-commando'); const emojiCharacters = require('../../emojiCharacters'); -module.exports = class testCommand extends Command { +module.exports = class emoteSayCommand extends Command { constructor(client) { super(client, { name: 'emotesay', diff --git a/emojiCharacters.js b/emojiCharacters.js index 15e4bca..1e8a7a6 100644 --- a/emojiCharacters.js +++ b/emojiCharacters.js @@ -5,5 +5,8 @@ module.exports = { m: '', n: '', o: '', p: '', q: '', r: '', s: '', t: '', u: '', v: '', w: '', x: '', - y: '', z: '', '': ' ' + y: '', z: '', 1: '', 2: '', + 3: '', 4: '', 5: '', 6: '', + 7: '', 8: '', 9: '', 0: '', + '': ' ' }; \ No newline at end of file