Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Kekwel committed Jan 7, 2025
2 parents 6937de0 + 1e267b7 commit 31e6762
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slash_commands/subcommands/group/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@ const create = async (interaction, options) => {
{
id: captain.id,
allow: [
PermissionFlagsBits.ViewChannel,
PermissionFlagsBits.ManageMessages,
PermissionFlagsBits.SendMessages,
PermissionFlagsBits.ViewChannel,
],
},
],
Expand Down

0 comments on commit 31e6762

Please sign in to comment.