mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix lint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const { Command } = require('discord.js-commando');
|
||||
const { MessageEmbed } = require('discord.js');
|
||||
const snekfetch = require('snekfetch');
|
||||
const { shorten, list } = require('../../util/Util');
|
||||
const { shorten } = require('../../util/Util');
|
||||
const types = ['random', 'top'];
|
||||
|
||||
module.exports = class UrbanDictionaryCommand extends Command {
|
||||
|
||||
Reference in New Issue
Block a user