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:

  • hide

    Hide a channel from everyone. Useful when you want to temporarily hide sensitive or restricted areas.

    markdownCopyEditUsage: `,hide`
    Example: `,hide`
  • unhide

    Revert the hide command and make a channel visible again.

    markdownCopyEditUsage: `,unhide`
    Example: `,unhide`
  • lock

    Prevent 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`
  • unlock

    Unlock the channel to allow messages to be sent again.

    markdownCopyEditUsage: `,unlock`
    Example: `,unlock`
  • nuke

    Delete and recreate a channel. This is ideal for cleaning up a channel entirely and starting fresh.

    markdownCopyEditUsage: `,nuke`
    Example: `,nuke`
  • purge

    Bulk delete messages from a channel. You can specify the number of messages to delete.

    markdownCopyEditUsage: `,purge [amount]`
    Example: `,purge 10`
  • roleall

    Add 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`
  • settings

    Access and manage server-wide settings. You can change configuration options here.

    markdownCopyEditUsage: `,settings`
    Example: `,settings`
  • setupjail

    Set up a jail system for temporarily restricting certain members.

    markdownCopyEditUsage: `,setupjail`
    Example: `,setupjail`
  • jail

    Restrict a member to jail with a specific reason.

    markdownCopyEditUsage: `,jail <@user> [reason]`
    Example: `,jail @troublemaker Spamming`
  • unjail

    Release a member from jail and restore their previous permissions.

    markdownCopyEditUsage: `,unjail <@user/ID>`
    Example: `,unjail @user`
  • starboard

    Set up a starboard system where users can "star" important messages.

    markdownCopyEditUsage: `,starboard`
    Example: `,starboard`
  • sticky

    Create persistent messages that remain pinned in the channel.

    markdownCopyEditUsage: `,sticky <message>`
    Example: `,sticky Welcome to the channel!`

Last updated