From 6a1b9f371055887261f20a2020a4a9a8dc084f4b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 14 Mar 2021 15:05:35 -0400 Subject: [PATCH] Fix --- commands/games-mp/mafia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/mafia.js b/commands/games-mp/mafia.js index e9bc414c..968fb936 100644 --- a/commands/games-mp/mafia.js +++ b/commands/games-mp/mafia.js @@ -7,7 +7,7 @@ module.exports = class MafiaCommand extends Command { constructor(client) { super(client, { name: 'mafia', - group: 'mafia', + group: 'games-mp', memberName: 'mafia', description: 'Who is the Mafia? Who is the detective? Will the Mafia kill them all?', guildOnly: true