From 9056d09d3c397fc3a64f27cfae3ce06c6a758c16 Mon Sep 17 00:00:00 2001 From: TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> Date: Sun, 11 Mar 2018 20:33:17 -0400 Subject: 1.0.1 fixes --- commands/Utility/nick.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Utility/nick.js') diff --git a/commands/Utility/nick.js b/commands/Utility/nick.js index 8ebc36a..43041b5 100644 --- a/commands/Utility/nick.js +++ b/commands/Utility/nick.js @@ -23,7 +23,7 @@ exports.run = async (bot, msg, args) => { msg.member.setNickname(args.join(' '), 'Requested by bot'); msg.channel.send('Changed nickname to: ' + args.join(' ')); - bot.channels.find('name', 'logs').send( + bot.channels.find('id', logChannel).send( new RichEmbed() .setColor(0x00ae86) .setTitle(`Nickname: ${msg.author.tag}`) -- cgit v1.2.3