diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/Utility/nick.js | 3 |
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) |
