mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Drop Reply in most cases
This commit is contained in:
@@ -34,7 +34,7 @@ class PokedexCommand extends commando.Command {
|
||||
.addField('Type',
|
||||
pokedex.type[pokemon]);
|
||||
message.channel.sendEmbed(embed).catch(console.error);
|
||||
} else {message.reply(":x: This Pokémon either doesn't exist, or isn't implemented yet.");}
|
||||
} else {message.channel.sendMessage(":x: This Pokémon either doesn't exist, or isn't implemented yet.");}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user