diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-25 15:48:07 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-25 15:48:07 -0500 |
| commit | 5ce244082a733ff933776cca0728c0b9d4d194c8 (patch) | |
| tree | 9068910aa847d4dae2b7b02cb55977c2e9986214 /commands/Utility/nick.js | |
| parent | a9a28b6271d81b25838160be88870c63d4cf43fd (diff) | |
| download | PokeBot-5ce244082a733ff933776cca0728c0b9d4d194c8.tar.gz PokeBot-5ce244082a733ff933776cca0728c0b9d4d194c8.tar.bz2 PokeBot-5ce244082a733ff933776cca0728c0b9d4d194c8.zip | |
made the bot wait
Diffstat (limited to 'commands/Utility/nick.js')
| -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) |
