Frequently Asked Questions (FAQ)
Why does the bot have such high cooldowns?
Answer
Our bot is still growing! Unfortunately, we haven't reached a size where Discord can decrease our rate limits. To prevent penalties from Discord, we've had to implement cooldowns on certain functions and command executions. We appreciate your understanding!
I don't see the "Copy ID" option! Help!
Fix
To see the "Copy ID" option, you need to enable Developer Mode in Discord. Here's how:
Are there built-in commands, or do I have to code them all myself?
Answer
You'll primarily need to code your own commands. We only have a few basic commands like !!purge
and !!ban
pre-built. You can see a list of these by running !!commands
in your server.
Other commands include retrieving a dashboard link or your total votes. Learn more in the Bot Information Guide.
Why doesn't my embed send correctly?
Answer
This is usually caused by having a hyperlink directly within the embed's description.
How do I get an ID from a channel, user, message, thread, or server?
Answer
How do I use buttons?
Answer
What is a variable?
Answer
A variable is a container that stores data for later use, potentially in another command.
Explore the "Variable" category to see the available types!