mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Framework Rewrite
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
const { ArgumentType } = require('discord.js-commando');
|
||||
const Argument = require('../framework/ArgumentType');
|
||||
const { months, shorthand } = require('../assets/json/month');
|
||||
|
||||
module.exports = class MonthArgumentType extends ArgumentType {
|
||||
module.exports = class MonthArgument extends Argument {
|
||||
constructor(client) {
|
||||
super(client, 'month');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user