aboutsummaryrefslogtreecommitdiff
path: root/commands/Pokemon
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-28 22:18:08 -0400
committerUnknown <jtsshieh@outlook.com>2018-03-28 22:18:08 -0400
commita092ec2404ea5867465d5045e80b520e90a1741d (patch)
tree5dbe2cd4bd058fa3780582376d667bd889d42878 /commands/Pokemon
parentcee0a01de7716325560e8e1b28abcf82bee42d1b (diff)
downloadPokeBot-a092ec2404ea5867465d5045e80b520e90a1741d.tar.gz
PokeBot-a092ec2404ea5867465d5045e80b520e90a1741d.tar.bz2
PokeBot-a092ec2404ea5867465d5045e80b520e90a1741d.zip
trey
Diffstat (limited to 'commands/Pokemon')
-rw-r--r--commands/Pokemon/lsitem.js2
1 files changed, 1 insertions, 1 deletions
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)