From 1c2aaea747d2c2e39e55114b7889960a3d328e8e Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 19 May 2020 08:50:03 -0400 Subject: [PATCH] Fix --- commands/games-sp/akinator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/akinator.js b/commands/games-sp/akinator.js index d6197f22..0b8bc51c 100644 --- a/commands/games-sp/akinator.js +++ b/commands/games-sp/akinator.js @@ -9,7 +9,7 @@ module.exports = class AkinatorCommand extends Command { super(client, { name: 'akinator', aliases: ['aki'], - group: 'games', + group: 'games-sp', memberName: 'akinator', description: 'Think about a real or fictional character, I will try to guess who it is.', clientPermissions: ['EMBED_LINKS'],