From 5ce244082a733ff933776cca0728c0b9d4d194c8 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sun, 25 Feb 2018 15:48:07 -0500 Subject: made the bot wait --- commands/Utility/nick.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'commands/Utility') 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) -- cgit v1.2.3