summaryrefslogtreecommitdiff
path: root/commands/utility/clear.js
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-10 11:47:50 -0700
committer8cy <[email protected]>2020-04-10 11:47:50 -0700
commitb89247135684b52e3a23266327e7bea35f4b2592 (patch)
treef56910aff48789a458f8d68092ea75fe553bfc14 /commands/utility/clear.js
parentcool update :D, v2.0.2 (diff)
downloads5nical-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.js2
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 });
});
}