Admin Commands
Admin commands in Blender are essential for managing and customizing your server. With these commands, you can control user behavior, manage channels, and set up system-wide settings.
Commands:
hideHide a channel from everyone. Useful when you want to temporarily hide sensitive or restricted areas.
markdownCopyEditUsage: `,hide` Example: `,hide`unhideRevert the
hidecommand and make a channel visible again.markdownCopyEditUsage: `,unhide` Example: `,unhide`lockPrevent any new messages from being sent in a channel. This can be useful for read-only channels or during maintenance periods.
markdownCopyEditUsage: `,lock` Example: `,lock`unlockUnlock the channel to allow messages to be sent again.
markdownCopyEditUsage: `,unlock` Example: `,unlock`nukeDelete and recreate a channel. This is ideal for cleaning up a channel entirely and starting fresh.
markdownCopyEditUsage: `,nuke` Example: `,nuke`purgeBulk delete messages from a channel. You can specify the number of messages to delete.
markdownCopyEditUsage: `,purge [amount]` Example: `,purge 10`roleallAdd or remove a role from all members in the server. This is useful for mass role management.
markdownCopyEditUsage: `,roleall <add/remove> <@role>` Example: `,roleall add @Member`settingsAccess and manage server-wide settings. You can change configuration options here.
markdownCopyEditUsage: `,settings` Example: `,settings`setupjailSet up a jail system for temporarily restricting certain members.
markdownCopyEditUsage: `,setupjail` Example: `,setupjail`jailRestrict a member to jail with a specific reason.
markdownCopyEditUsage: `,jail <@user> [reason]` Example: `,jail @troublemaker Spamming`unjailRelease a member from jail and restore their previous permissions.
markdownCopyEditUsage: `,unjail <@user/ID>` Example: `,unjail @user`starboardSet up a starboard system where users can "star" important messages.
markdownCopyEditUsage: `,starboard` Example: `,starboard`stickyCreate persistent messages that remain pinned in the channel.
markdownCopyEditUsage: `,sticky <message>` Example: `,sticky Welcome to the channel!`
Last updated