changed perms for savechannel
Build and Deploy Java Project / build-and-deploy (push) Successful in 55s

This commit is contained in:
allison
2026-08-27 23:49:50 -05:00
parent 57bbb90e70
commit d0cd04c925
@@ -14,7 +14,7 @@ public class SaveChannelCommand implements Command {
@Override @Override
public SlashCommandData getCommandData() { public SlashCommandData getCommandData() {
return Commands.slash("savechannel", "Saves the channel you are in to be used for the status updates") return Commands.slash("savechannel", "Saves the channel you are in to be used for the status updates")
.setDefaultPermissions(DefaultMemberPermissions.enabledFor(Permission.ADMINISTRATOR)); .setDefaultPermissions(DefaultMemberPermissions.enabledFor(Permission.BAN_MEMBERS));
} }
@Override @Override