made the bot wait

This commit is contained in:
pokesudenk 2018-02-25 15:48:07 -05:00
parent a9a28b6271
commit 5ce244082a

View file

@ -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)