From a092ec2404ea5867465d5045e80b520e90a1741d Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 28 Mar 2018 22:18:08 -0400 Subject: trey --- commands/Pokemon/lsitem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Pokemon') diff --git a/commands/Pokemon/lsitem.js b/commands/Pokemon/lsitem.js index 9e11ba0..aa66b1b 100644 --- a/commands/Pokemon/lsitem.js +++ b/commands/Pokemon/lsitem.js @@ -28,7 +28,7 @@ exports.run = async (bot, msg, args) => { if (!mess.embeds) return; const id = parseInt(mess.embeds[0].author.name.split(':')[0]); - bot.channels.find('id', suggestionChannel).send( + bot.channels.find('id', '428738848420397057').send( new RichEmbed() .setTitle('A new pokemon is up for sale!') .setAuthor('ID: ' + id) -- cgit v1.2.3