mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 00:12:32 +02:00
Framework Rewrite
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
const { ArgumentType } = require('discord.js-commando');
|
||||
const Argument = require('../framework/ArgumentType');
|
||||
const { URL } = require('url');
|
||||
const validURL = require('valid-url');
|
||||
|
||||
module.exports = class UrlType extends ArgumentType {
|
||||
module.exports = class UrlType extends Argument {
|
||||
constructor(client) {
|
||||
super(client, 'url');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user