mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
dicksme
This commit is contained in:
parent
b3690be467
commit
ee6acf5c93
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue