mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 05:51:42 +02:00
Fix lint
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ module.exports = class PokemonArgumentType extends ArgumentType {
|
||||
return true;
|
||||
}
|
||||
|
||||
async parse(value) {
|
||||
parse(value) {
|
||||
return this.client.pokemon.fetch(value);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user