From 90d9010f7912605f0fd0d01ad1c4c55c39bdd60a Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 14 Dec 2017 15:37:18 +0000 Subject: [PATCH] Fix --- commands/games/google-feud.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/games/google-feud.js b/commands/games/google-feud.js index 3998e882..46036e83 100644 --- a/commands/games/google-feud.js +++ b/commands/games/google-feud.js @@ -7,8 +7,8 @@ module.exports = class GoogleFeudCommand extends Command { constructor(client) { super(client, { name: 'google-feud', - group: 'google-feud', - memberName: 'battle', + group: 'games', + memberName: 'google-feud', description: 'Attempt to determine the top suggestions for a Google search.' });