This link will no longer be updated.
Description: Displays the latest changelogs for the bot. This command shows updates and improvements that have been made.
Permissions: None required!
Usage:
/changelogs
Description: Displays a list of all available commands.
Permissions: None required!
Usage:
/help [command]
command
- Provide the command name to read its description.Description: Report APP bug, straight from your server to our developer (a.k.a me :D).
Permissions: None required!
Usage:
/bug [description]
Description
- Provide the information about the bug.Description: Provides support information, including a link to our support server, contact information, or a FAQ.
Permissions: None required!
Usage:
/support
Description: Provides a vote link, where you can vote every 12 hours to support the bot and help it grow.
Permissions: None required!
Usage:
/vote
Description: Request to delete server data (only for server owners).
Permissions: Only the server owner can use this command.
Cooldown: 30 minutes per server owner.
Usage:
/request-delete-data
Description: Support the bot and receive exclusive privileges!
Permissions: None required!
Usage:
/donate
Additional Info: You can donate to support the bot and access exclusive perks.
Description: Request to be whitelisted as a Patreon supporter.
Permissions: None required!
Usage:
/request-patreon-whitelist [server-id] [patreon-name] [email]
Parameters:
server-id
- The ID of the server you wish to whitelist.patreon-name
- Your Patreon supporter name.email
- Your email address (optional).Note: This command allows Patreon supporters to request whitelist access. Each user can only request once every 30 days.
Description: Sets up the report channel and role in the server, allowing users to report others.
Required permissions: One of the following: Manage Channels, Manage Guild
Usage:
/setup [channel] [role]
Parameters:
channel
- Provide the channel where reports will be sent.role
- Provide the role to notify when a report is made.Description: Enables or disables the Economy or Rank system for your server.
Required permissions: One of the following: Manage Channels, Manage Guild
Usage:
/toggle [system]
Parameters:
system: Rank
- Turns the Rank system ON or OFF.system: Economy
- Turns the Economy system ON or OFF.Description: Enables auto moderation, which takes actions on the server when someone posts sites.
Required permission: Administrator!
Usage:
/automod-on
Description: Adds a link to the whitelist or lists all the whitelisted links.
Required permission: Administrator!
Subcommands:
Usage:
/auto-mod-whitelist add: [Example link]
Example link
- Provide the link you want to whitelist.or
/auto-mod-whitelist list
Description: Configure automatic moderation. Enable or disable auto-mod and set immunity roles.
Required permission: Administrator!
Usage:
/auto-mod-setup --mode [true|false] --immunity-roles [role IDs]
--mode [true|false]
- Set whether auto-moderation is enabled or disabled.--immunity-roles [role IDs]
- Comma-separated list of role IDs to be immune to auto-moderation.Description: Clear warnings or actions (timeout, kick, ban) for a user or all users on the server.
Required permission: Administrator!
Subcommands:
Usage:
/auto-mod-user-clearing --user [user] --action [timeout|kick|ban] --clear_all [true|false]
--user [user]
- Specify the user for whom to clear warnings or actions.--action [timeout|kick|ban]
- Specify the action to be cleared.--clear_all [true|false]
- Set to true to clear warnings for all users.Description: Set an action (e.g., timeout, kick, ban) after a specific number of warnings.
Required permission: Manage Guild
Usage:
/auto-mod-warn-action --warns [number] --action [timeout|kick|ban] --duration [duration]
--warns [number]
- The number of warnings after which the action should be triggered.--action [timeout|kick|ban]
- The action to take: "timeout", "kick", or "ban".--duration [duration]
- The duration of the action. Use "10m" for 10 minutes, "2h" for 2 hours, or "permanent" for a ban.Example:
/auto-mod-warn-action --warns 3 --action kick --duration 2h
This command will trigger a kick after 3 warnings with a duration of 2 hours.
Description: Displays the levels leaderboard across all servers. This is useful to see which user is the most active in your server.
Permissions: None required!
Usage:
/levels
Description: Displays the user level and how much progress they have to get the next rank.
Permissions: None required!
Usage:
/rank
Description: Set up channels where the bot does not count user experience (XP).
Required permissions: Manage Channel, Manage Guild, Administrator!
Usage:
/ignorechannel
channel
- Channel you want the bot to ignore!Description: Assign a role when someone reaches a new level.
Required permissions: Manage Roles, Manage Guild, Administrator
Usage:
/setlevelrole
level
- The specific level at which the role will be assigned when a user reaches it.role
- The role that will be assigned when someone reaches the specified level.Description: Remove a role from a specific level.
Required permissions: Manage Roles, Manage Guild, Administrator
Usage:
/dellevelrole
level
- The specific level from which you want to remove the role.Description: Set a custom level-up message with options to mention the user, display the level, and customize the message content.
Required permissions: Manage Guild
Usage:
/set-level-message
mention-user
- Should the user be mentioned in the message? (true/false)level-show
- Should the level number be displayed in the message? (true/false)custom-message
- Custom message for the level-up event. Use {user}
for the username and {level}
for the level number.Description: Claim your daily bonus.
Permissions: None required!
Usage:
/daily
Description: Work every hour to earn money.
Permissions: None required!
Usage:
/work
Description: Play Rock, Paper, Scissors and win extra money.
Permissions: None required!
Usage:
/rps
Description: Try your luck with a lottery ticket.
Permissions: None required!
Usage:
/lottery
Description: Check your current balance.
Permissions: None required!
Usage:
/coins
Description: Give coins to another user.
Permissions: Administrator or Manage Guild permissions required.
Usage:
/give-coins
Description: Remove coins from another user.
Permissions: Administrator or Manage Guild permissions required.
Usage:
/remove-coins
Description: Displays the invite leaderboard across all servers. This is useful to see which users have invited the most members to your server.
Permissions: None required.
Usage:
/leaderboard
Description: Displays the number of invites a user has in this server.
Permissions: None required.
Usage:
/invite
Description: Displays all invite reward roles for the server.
Permissions: None required.
Usage:
/view-invite-rewards
Description: Setup invite reward roles.
Required Permission: Manage Guild.
Usage:
/invite-reward-role [role] [invites]
role
- Mention the role to give when the user reaches the invite threshold.invites
- The number of invites required to get that role.Description: Delete invite reward roles.
Required Permission: Manage Guild.
Usage:
/remove-invite-reward-role [role] [invites]
role
- Mention the role to remove.invites
- The number of invites required to get that role, used for identification.Description: Add or remove a role that cannot be granted as an invite reward.
Required Permission: Manage Guild.
Usage:
/blacklist-invite-roles [role] [action]
role
- Mention the role to blacklist.action
- Choose whether to add (true) or remove (false) the role from the blacklist.Description: Create a custom command that responds with a predefined message or an embed.
Required permission: Administrator
Usage:
/ccmd create --prefix [prefix] --name [command name] --content [command content] --embed [true/false] --hideuser [true/false] --role [role]
prefix
- The command prefix.name
- The name of the custom command.content
- The content/message the command will return when triggered.embed
- Whether the response should be sent as an embed (optional).hideuser
- Whether to hide the triggering user's message (optional).role
- The role allowed to use the custom command (optional).Description: Delete a previously created custom command.
Required permission: Administrator
Usage:
/ccmd delete --name [command name]
name
- The name of the command to delete.Description: Edit an existing custom commandβs content, embed settings, or role permissions.
Required permission: Administrator
Usage:
/ccmd edit --name [command name] --content [new content] --embed [true/false] --hideuser [true/false] --role [new role]
name
- The name of the custom command to edit.content
- New content for the command (optional).embed
- Whether to send the response as an embed (optional).hideuser
- Whether to hide the triggering user's message (optional).role
- A new role allowed to use the command (optional).Description: List all custom commands created for this server.
Required permission: Administrator
Usage:
/ccmd list
Description: Set up a counting system within your server.
Required permissions: Manage Channels, Manage Guild
Usage:
/count-setup channel: mistake-role: mistake-duration: react:
channel
- The channel where counting will occur.mistake-role
- The role assigned to users who make a mistake.mistake-duration
- Duration for which the mistake role will be held (e.g., 1h, 10m).react
- Yes/No to decide if the bot should react with β
β to correct or incorrect numbers.Description: Set the starting number for the counting system.
Required permissions: Manage Channels, Manage Guild
Usage:
/count-set number:
number
- Specify the starting number for the count.Description: Unbans a user who was previously banned from the server.
Required permission: Ban
Usage:
/unban [userID]
Parameters:
userID
- Provide the User ID of the user you want to unban.Description: (Only works if the report system is set up using /setup) Reports a user to the server moderators for inappropriate behavior or violations.
Permissions: None required, but the report system must be set up first.
Usage:
/report [userMention] [reason]
Parameters:
userMention
- Mention the user you want to report.reason
- Provide the reason for the report.Description: Toggles the automatic slowmode management for the server or specific channels to prevent spam.
Required permission: Manage Guild
Usage:
/slowmodetoggle [mode]
Parameters:
mode
- Specify whether to enable or disable slowmode for the entire server.Description: Provides information about a specific user or the server. Use this command to get detailed data about a user or view the server's general information.
Required permission: Manage Messages!
Usage:
/info [user/server]
user [userMention]
- Get information about a specific user.server
- Get server statistics, such as member count, server region, etc.Description: Assign a specific role to a user.
Required permission: Manage Roles or Administrator!
Usage:
/give-role
member: [userMention]
- The user you want to assign the role to.role: [roleMention]
- The role you want to assign to the user.Additional notes:
Description: Remove a specific role from all members in the server.
Required permission: Manage Roles or Administrator!
Usage:
/remove-role
role: [roleMention]
- The role to be removed from all members.Description: Assign a specific role to all members in the server (excluding bots).
Required permission: Manage Roles or Administrator!
Usage:
/give-everyone-role
role: [roleMention]
- The role to be assigned to all members.