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.' });