diff --git a/slash_commands/subcommands/group/create.js b/slash_commands/subcommands/group/create.js index 6b12c3c..0810ef6 100644 --- a/slash_commands/subcommands/group/create.js +++ b/slash_commands/subcommands/group/create.js @@ -222,8 +222,9 @@ const create = async (interaction, options) => { { id: captain.id, allow: [ - PermissionFlagsBits.ViewChannel, + PermissionFlagsBits.ManageMessages, PermissionFlagsBits.SendMessages, + PermissionFlagsBits.ViewChannel, ], }, ],