aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-25 15:48:07 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-25 15:48:07 -0500
commit5ce244082a733ff933776cca0728c0b9d4d194c8 (patch)
tree9068910aa847d4dae2b7b02cb55977c2e9986214 /commands
parenta9a28b6271d81b25838160be88870c63d4cf43fd (diff)
downloadPokeBot-5ce244082a733ff933776cca0728c0b9d4d194c8.tar.gz
PokeBot-5ce244082a733ff933776cca0728c0b9d4d194c8.tar.bz2
PokeBot-5ce244082a733ff933776cca0728c0b9d4d194c8.zip
made the bot wait
Diffstat (limited to 'commands')
-rw-r--r--commands/Utility/nick.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/Utility/nick.js b/commands/Utility/nick.js
index d3f371e..896af27 100644
--- a/commands/Utility/nick.js
+++ b/commands/Utility/nick.js
@@ -23,8 +23,7 @@ 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)