ud alias to urban

This commit is contained in:
Daniel Odendahl Jr
2018-11-06 23:33:40 +00:00
parent bcfcddd77d
commit 9155098c76
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "98.0.3",
"version": "98.0.4",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {