mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
things
This commit is contained in:
parent
c272bbb64b
commit
b3b29cc99b
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ exports.run = async (bot, msg, args) => {
|
|||
|
||||
msg.member.setNickname(args.join(' '), 'Requested by bot');
|
||||
msg.channel.send('Changed nickname to: ' + args.join(' '));
|
||||
const logChannel = await bot.plugins.settings.getStr('logs', msg.member.guild.id);
|
||||
bot.channels.find('id', logChannel).send(
|
||||
new RichEmbed()
|
||||
.setColor(0x00ae86)
|
||||
|
|
Loading…
Reference in a new issue