This commit is contained in:
pokesudenk 2018-02-25 14:47:02 -05:00
parent 7801330c23
commit a9a28b6271

View file

@ -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(' '));