diff --git a/commands/search/urban-dictionary.js b/commands/search/urban-dictionary.js index cbce67e5..0f16fc40 100644 --- a/commands/search/urban-dictionary.js +++ b/commands/search/urban-dictionary.js @@ -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 {