From 9155098c76fa4bbf9fb0dd2415ad092110496f15 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 6 Nov 2018 23:33:40 +0000 Subject: [PATCH] ud alias to urban --- commands/search/urban.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {