mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
made the bot wait
This commit is contained in:
parent
a9a28b6271
commit
5ce244082a
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue