aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-28 22:23:06 -0400
committerUnknown <jtsshieh@outlook.com>2018-03-28 22:23:06 -0400
commit47aa7c5ddfaf893d5b7cf0bfe3d76480e44c4cc9 (patch)
treefd7152def8c8f8e18988cf0921e5c753d143cb5b
parentffbfc7f3e6ffe132331eff8b5c5d4f154fb75d1d (diff)
downloadPokeBot-47aa7c5ddfaf893d5b7cf0bfe3d76480e44c4cc9.tar.gz
PokeBot-47aa7c5ddfaf893d5b7cf0bfe3d76480e44c4cc9.tar.bz2
PokeBot-47aa7c5ddfaf893d5b7cf0bfe3d76480e44c4cc9.zip
again, stupid
-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 515eb46..a072ad8 100644
--- a/commands/Pokemon/lsitem.js
+++ b/commands/Pokemon/lsitem.js
@@ -26,7 +26,7 @@ exports.run = async (bot, msg, args) => {
const msgs = await bot.channels.find('id', '428738848420397057').fetchMessages({ limit: 10 });
const mess = msgs.first();
if (!mess.embeds) return;
- const id = parseInt(mess.embeds[0].author.name.split(':')[0]);
+ const id = parseInt(mess.embeds[0].author.name.split(':')[1]);
bot.channels.find('id', '428738848420397057').send(
new RichEmbed()