🤖Command List

Made with ❤️ by Pandez and his Pandez Labs team

Authentication

These commands can only be used by the server owner or a user with permissions configured in /settings

  • /2fa

    • Setup 2FA authentication

Server Owner

These commands can only be used by the server owner

  • /settings

    • View and edit the current bot settings (e.g. configure role permissions)

  • /sessions

    • View a list of current active sessions

  • /logout <user>

    • Log out another user from their current session

  • /permissions <user>

    • View the list of bot permissions a specific user has

  • /logs

    • Shows logs of actions that were performed through Pandez Shield (e.g. when someone uses a Pandez Shield command)

    • Optional arguments:

      • user - Shows logs of actions performed by a specific user

      • export - Export logs

Permission Commands

These commands can only be used by users with permissions configured in /settings

  • /role give

    • Give a role to a user

    • Arguments:

      • user - User to give the role to

      • role - Role to give to the user

    • Optional arguments:

      • reason - Add a reason for performing this action

  • /role take

    • Take a role from a user

    • Arguments:

      • user - User to take the role from

      • role - Role to take from the user

    • Optional arguments:

      • reason - Add a reason for performing this action

  • /mention

    • Mention @everyone, @here or any roles in a specific channel

    • Arguments:

      • channel - Channel to mention in

  • /ban

    • Ban a user from the server

    • Arguments:

      • user - User to ban

    • Optional arguments:

      • reason - Add a reason for performing this action

  • /unban

    • Unban a user from the server

    • Arguments:

      • user - User to unban

    • Optional arguments:

      • reason - Add a reason for performing this action

  • /kick

    • Kick a user from the server

    • Arguments:

      • user - User to kick

    • Optional arguments:

      • reason - Add a reason for performing this action

  • /channel create

    • Create a new channel

    • Arguments:

      • name - Name for the new channel

    • Optional arguments:

      • reason - Add a reason for performing this action

  • /channel delete

    • Delete a channel

    • Arguments:

      • channel - Channel to delete

    • Optional arguments:

      • reason - Add a reason for performing this action

  • /role create

    • Create a new role

    • Arguments:

      • name - Name for the new role

    • Optional arguments:

      • reason - Add a reason for performing this action

  • /role delete

    • Delete a role

    • Arguments:

      • role - Role to delete

    • Optional arguments:

      • reason - Add a reason for performing this action

Other

  • /logout

    • Logout from your current session

Last updated

Was this helpful?