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']