Skip to main content

Authorization Claims

Overview​

By default, ClemBot allows for anyone with Admin permissions in Discord full access to ClemBot's functionality. If you want to grant people without server admin permissions access to individual parts of the Bot (a team of moderators for example) you can do that through "Claims".

info

Server owners and users with administrator roles are automatically granted all claims regardless of what roles they possess.

Claims are ClemBot's way of providing servers incredibly granular and precise control over WHO has access to different parts of ClemBot. Claims are added to roles within your server. Anyone who has a role that has associated claims is granted access to the functionality of the Bot that the claim correlates to. A role can have multiple claims associated with it, and a claim can be associated with multiple roles. You decide how to set up your server!

Available Claims​

NameDescription
assignable_roles_addAllows for marking a role as assignable
assignable_roles_deleteAllows for removing a role as assignable
claims_modifyAllows for modifying the assigned claims of a role
claims_viewAllows for viewing of claims that a user or role has
custom_tag_prefix_setAllows for setting the custom tag prefix that ClemBot responds to
custom_prefix_setAllows for setting the custom prefix that ClemBot responds to
delete_messageAllows for deletion of any message that ClemBot reacts with a trashcan too
designated_channel_modifyAllows for adding and removing designations from channels in a server
designated_channel_viewAllows for viewing of available and assigned designated channels in a server
guild_settings_viewAllows for viewing of the guilds settings on the dashboard
guild_settings_viewAllows for modifying of the guilds settings on the dashboard
moderation_banAllows for usage of the ban command
moderation_infraction_viewAllows for usage of the infractions command to list a given users infractions
moderation_infraction_view_selfAllows for usage of the infractions command to view only the users own infractions
moderation_muteAllows for usage of the mute command
moderation_warnAllows for usage of the warn command
tag_addAllows for adding a tag in a server
tag_deleteAllows for deleting other peoples tags in a server
tag_transferAllows for transferring of a tag they do not own
welcome_message_viewAllows for viewing the servers welcome message
welcome_message_modifyAllows for setting the servers welcome message
command_restrictions_editAllows for disabling commands server-wide or in specific channels
bypass_disabled_commandsAllows for bypassing of disabled commands either server-wide or in a specific channel

Commands​

Claims​

View all the claims on a given user or role. If a role is given, the command will return the aggregate of all claims from all roles the user has.

Required Claims​

  • claims_view

Format​

!claims @Role
!claims @User

Example​

!claims @Jayy
!claims @MyCoolRole

Add​

Adds a claim to a given role, everyone who has that role will be granted permissions to that functionality.

Aliases​

  • set

Required Claims​

  • claims_modify

Format​

!claims add <ClaimName> @Role

Example​

!claims add tag_add @MyCoolRole

Remove​

Removes a claim from a given role, everyone who has that role will no longer have permissions for that functionality.

Aliases​

  • delete

Required Claims​

  • claims_modify

Format​

!claims add <ClaimName> @Role

Example​

!claims add tag_add @MyCoolRole