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