mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
ud alias to urban
This commit is contained in:
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "98.0.3",
|
||||
"version": "98.0.4",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user