diff --git a/commands/search/urban.js b/commands/search/urban.js index b0d52284..4252607d 100644 --- a/commands/search/urban.js +++ b/commands/search/urban.js @@ -7,7 +7,7 @@ module.exports = class UrbanCommand extends Command { constructor(client) { super(client, { name: 'urban', - aliases: ['urban-dictionary'], + aliases: ['urban-dictionary', 'ud'], group: 'search', memberName: 'urban', description: 'Defines a word, but with Urban Dictionary.', diff --git a/package.json b/package.json index dd3a150e..36c12f63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "98.0.3", + "version": "98.0.4", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {