mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Framework Rewrite
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
const { ArgumentType } = require('discord.js-commando');
|
||||
const Argument = require('../framework/ArgumentType');
|
||||
|
||||
module.exports = class PokemonArgumentType extends ArgumentType {
|
||||
module.exports = class PokemonArgument extends Argument {
|
||||
constructor(client) {
|
||||
super(client, 'pokemon');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user