mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
fixy fix
This commit is contained in:
parent
7801330c23
commit
a9a28b6271
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
exports.run = async (bot, msg, args) => {
|
||||
const { RichEmbed } = require('discord.js');
|
||||
|
||||
msg.author.setNickname(args.join(' '), 'Requested by bot');
|
||||
msg.member.setNickname(args.join(' '), 'Requested by bot');
|
||||
msg.channel.send('Changed nickname to: ' + args.join(' '));
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue