From 9c78fab3c3872a0638f897b297428696b53772e5 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 28 Mar 2018 22:23:38 -0400 Subject: stupid me again --- commands/Pokemon/lsitem.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands') diff --git a/commands/Pokemon/lsitem.js b/commands/Pokemon/lsitem.js index a072ad8..4173277 100644 --- a/commands/Pokemon/lsitem.js +++ b/commands/Pokemon/lsitem.js @@ -31,12 +31,12 @@ exports.run = async (bot, msg, args) => { bot.channels.find('id', '428738848420397057').send( new RichEmbed() .setTitle('A new pokemon is up for sale!') - .setAuthor('ID: ' + id) + .setAuthor('ID: ' + id + 1) .addField('Starting Price', data[1], true) .addField('Pokemon', data[0], true) .addField('Other', data[2], true) .addField('Seller', `<@${msg.author.id}>`, true) - .addField('How to bid', 'DM the seller for the pokemon giving them the id, ' + id) + .addField('How to bid', 'DM the seller for the pokemon giving them the id, ' + id + 1) ); }; -- cgit v1.2.3