changed perms for savechannel
Build and Deploy Java Project / build-and-deploy (push) Successful in 55s
Build and Deploy Java Project / build-and-deploy (push) Successful in 55s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user