aboutsummaryrefslogtreecommitdiff
path: root/commands/Utility/nick.js
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-02-27 16:14:16 -0500
committerUnknown <jtsshieh@outlook.com>2018-02-27 16:14:16 -0500
commitc1054ad794fcd64199eefe371e9d7f328323d5d2 (patch)
treef9d80a8cb10dea58004a5190caf80085e3843623 /commands/Utility/nick.js
parentff7fecb46e65ef9bdeddc348ab9e9a907fc8573a (diff)
downloadPokeBot-c1054ad794fcd64199eefe371e9d7f328323d5d2.tar.gz
PokeBot-c1054ad794fcd64199eefe371e9d7f328323d5d2.tar.bz2
PokeBot-c1054ad794fcd64199eefe371e9d7f328323d5d2.zip
bug fixes
Diffstat (limited to 'commands/Utility/nick.js')
-rw-r--r--commands/Utility/nick.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/Utility/nick.js b/commands/Utility/nick.js
index e652087..1dd5cb6 100644
--- a/commands/Utility/nick.js
+++ b/commands/Utility/nick.js
@@ -23,7 +23,6 @@ exports.run = async (bot, msg, args) => {
msg.member.setNickname(args.join(' '), 'Requested by bot');
msg.channel.send('Changed nickname to: ' + args.join(' '));
- setTimeout(null, 3000);
bot.channels.find('name', 'logs').send(
new RichEmbed()
.setColor(0x00ae86)