diff options
| author | 8cy <[email protected]> | 2020-04-10 11:47:50 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-10 11:47:50 -0700 |
| commit | b89247135684b52e3a23266327e7bea35f4b2592 (patch) | |
| tree | f56910aff48789a458f8d68092ea75fe553bfc14 /commands/utility/clear.js | |
| parent | cool update :D, v2.0.2 (diff) | |
| download | s5nical-b89247135684b52e3a23266327e7bea35f4b2592.tar.xz s5nical-b89247135684b52e3a23266327e7bea35f4b2592.zip | |
spaces between emoji, v2.0.3
Diffstat (limited to 'commands/utility/clear.js')
| -rw-r--r-- | commands/utility/clear.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/utility/clear.js b/commands/utility/clear.js index 204581f..0abcdac 100644 --- a/commands/utility/clear.js +++ b/commands/utility/clear.js @@ -52,7 +52,7 @@ module.exports = class ClearUtility extends Command { }).then(messages => { // I am on v11 discord.js msg.channel.bulkDelete(messages); }); - msg.reply('it\'s been deleted ~uwu' + emoji.random()).then(deleteNotificationMessage => { + msg.reply('it\'s been deleted ~uwu ' + emoji.random()).then(deleteNotificationMessage => { deleteNotificationMessage.delete({ timeout: 1000 }); }); } |