diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-28 22:18:08 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-28 22:18:08 -0400 |
| commit | a092ec2404ea5867465d5045e80b520e90a1741d (patch) | |
| tree | 5dbe2cd4bd058fa3780582376d667bd889d42878 | |
| parent | cee0a01de7716325560e8e1b28abcf82bee42d1b (diff) | |
| download | PokeBot-a092ec2404ea5867465d5045e80b520e90a1741d.tar.gz PokeBot-a092ec2404ea5867465d5045e80b520e90a1741d.tar.bz2 PokeBot-a092ec2404ea5867465d5045e80b520e90a1741d.zip | |
trey
| -rw-r--r-- | commands/Pokemon/lsitem.js | 2 |
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) |
