aboutsummaryrefslogtreecommitdiff
path: root/commands/Pokemon/lsitem.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Pokemon/lsitem.js')
-rw-r--r--commands/Pokemon/lsitem.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Pokemon/lsitem.js b/commands/Pokemon/lsitem.js
index 6956ef2..fbdc4a0 100644
--- a/commands/Pokemon/lsitem.js
+++ b/commands/Pokemon/lsitem.js
@@ -12,12 +12,12 @@ exports.run = async (bot, msg, args) => {
const { RichEmbed } = require('discord.js');
const data = args.join(' ').split('|');
- const msgs = await bot.channels.find('id', '428738848420397057').fetchMessages({ limit: 10 });
+ const msgs = await bot.channels.find('id', '637877120185532416').fetchMessages({ limit: 10 });
const mess = msgs.first();
if (!mess.embeds) return;
const id = parseInt(mess.embeds[0].author.name.split(':')[1]) + 1;
- bot.channels.find('id', '428738848420397057').send(
+ bot.channels.find('id', '637877120185532416').send(
new RichEmbed()
.setTitle('A new pokemon is up for sale!')
.setAuthor('ID: ' + id)