From c774aeef908c9f8b97fa771ffc5be90d4788d6b6 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sat, 22 Sep 2018 18:35:43 +0200 Subject: [PATCH] Added numbers and fixed class --- commands/fun/emotesay.js | 2 +- emojiCharacters.js | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/commands/fun/emotesay.js b/commands/fun/emotesay.js index 3f91659c..d96ab517 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 15e4bca2..1e8a7a62 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