mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Fix lint
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports = class PokedexImageCommand extends Command {
|
||||
});
|
||||
}
|
||||
|
||||
async run(msg, { pokemon }) {
|
||||
run(msg, { pokemon }) {
|
||||
try {
|
||||
return msg.say(`#${pokemon.displayID} - ${pokemon.name}`, { files: [pokemon.spriteImageURL] });
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user