diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-28 22:08:02 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-28 22:08:02 -0400 |
| commit | 6abbe9820c5f7b9ee808d157096baaa7f04314ad (patch) | |
| tree | a8b07f0d932c49874147fd755f380824b12c092e | |
| parent | 1b571158b298d9fa4ab7e7b50d145bd3573373e6 (diff) | |
| parent | ee6acf5c93fab7784eeb832d960a1de14df10fbf (diff) | |
| download | PokeBot-6abbe9820c5f7b9ee808d157096baaa7f04314ad.tar.gz PokeBot-6abbe9820c5f7b9ee808d157096baaa7f04314ad.tar.bz2 PokeBot-6abbe9820c5f7b9ee808d157096baaa7f04314ad.zip | |
Merge remote-tracking branch 'origin/master'
| -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 f5fcdda..b7c3f27 100644 --- a/commands/Pokemon/lsitem.js +++ b/commands/Pokemon/lsitem.js @@ -27,7 +27,7 @@ exports.run = async (bot, msg, args) => { const mess = msgs.first(); if (!mess.embeds) return; const id = parseInt(mess.embeds[0].author.name.split(':')[0]); - msg.guild.channels.get('426906377001107477').send( + msg.guild.channels.get('id', '426906377001107477').send( new RichEmbed() .setTitle('A new pokemon is up for sale!') .setAuthor('ID: ' + id) |
