diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-28 22:23:38 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-28 22:23:38 -0400 |
| commit | 9c78fab3c3872a0638f897b297428696b53772e5 (patch) | |
| tree | 86a31324547cdffd9553f083e2acd3c94e8f1389 /commands/Pokemon | |
| parent | 47aa7c5ddfaf893d5b7cf0bfe3d76480e44c4cc9 (diff) | |
| download | PokeBot-9c78fab3c3872a0638f897b297428696b53772e5.tar.gz PokeBot-9c78fab3c3872a0638f897b297428696b53772e5.tar.bz2 PokeBot-9c78fab3c3872a0638f897b297428696b53772e5.zip | |
stupid me again
Diffstat (limited to 'commands/Pokemon')
| -rw-r--r-- | commands/Pokemon/lsitem.js | 4 |
1 files changed, 2 insertions, 2 deletions
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) ); }; |
