From 988248890d461c313e739600f356e0621341da69 Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Fri, 3 Mar 2017 13:01:17 -0500 Subject: [PATCH] Move Urban to a new Search Group --- commands/{random => search}/urban.js | 2 +- index.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename commands/{random => search}/urban.js (98%) diff --git a/commands/random/urban.js b/commands/search/urban.js similarity index 98% rename from commands/random/urban.js rename to commands/search/urban.js index 2e29d99c..c7267c47 100644 --- a/commands/random/urban.js +++ b/commands/search/urban.js @@ -6,7 +6,7 @@ class UrbanDictionary extends commando.Command { constructor(Client){ super(Client, { name: 'urban', - group: 'random', + group: 'search', memberName: 'urban', description: 'Searches Urban Dictionary. (;urban Cat)', examples: [';urban Cat'] diff --git a/index.js b/index.js index 82d7797e..7ec9c3a9 100644 --- a/index.js +++ b/index.js @@ -22,6 +22,7 @@ client.registry ['response', 'Random Response'], ['avataredit', 'Avatar Manipulation'], ['textedit', 'Text Manipulation'], + ['search', 'Search'], ['pokemon', 'Pokémon'], ['random', 'Random/Other'], ['roleplay', 'Roleplay']