Features
Bank
The bot uses a Bank System for credits. Customers have their credits stored in a "Bank". Each credit means a claim (unless guaranteed boost, where a claim means a set price, read further).
Customers can also transfer credits between their banks.
Queue
When your customers redeem credits, they join a Queue to get their nitro claims. Obviously, the bot tells the snipers to claim nitro for the first person in queue. You can configure the queue to rotate each claim.
To join the queue, customers need to have credits in the bank, and use the following command (amount is the amount of claims they want):
Guarantee boost
Guarantee Boost is more of a "Marketing" feature. This lets your customer have more retries at getting a "Nitro Boost". They have {{limit}}
tries to get a Nitro Boost, and they pay {{price}}
credits per "Guarantee Boost".
-
price
: How many credits it should charge per claim.Example:
they wanted3 "Guarantee Boost" claims
, they'd pay3 * price
credits from their bank.
-
limit
: How many non-boost claims they are going to get before the bot counts it.Example:
You set up a limit of "5" and a customer redeemd ONE CLAIM. If they get a Boost at first try, their order is completed. Otherwise, they'd have another 4 retries at getting a boost. At the last retry (the 5th), they can either get a Boost, or not, the bot would still count it and complete the order.
Keys
Keys are one way of getting credits in your bank.
Key Generate
Generate a key that will give credits to who redeems it.
-
credits
: How many credits the key(s) give(s) -
key
: A specific custom key to generate (Note: can only generate ONE) -
characters
: How many characters the generated key(s) should have -
amount
: The amount of keys to generate
Key Redeem
Redeem a key to get credits in the bank.
FAQ (Frequently Asked Questions) Feature
You can have a FAQ list implemented in the bot.
FAQ Channel
Set a FAQ Channel (a channel where the bot will send an embed showing all the FAQ)
You can force-update the embed at any time using:
FAQ Show
Replies to the interaction with the FAQ Embed
FAQ Search
Retrieve a Question/Answer entry from the list
FAQ Add
Add a Question/Answer entry in the list
FAQ Edit
Edit a Question/Answer entry in the list. Running the command will popup a Modal to fill, pre-filled with the existing values
FAQ Remove
Remove a Question/Answer entry from the list
FAQ Move
Move a Question/Answer entry in the list
Status/Presence Activity (of the Bot)
You can customize the Presence Activity of the Bot.
The bot will rotate through the list of statuses (presence activities) every MINUTE.
Status Add
Add a Presence Activity to the list
Status Remove
Remove a Presence Activity from the list
Status Presence
Set the status (online/idle/dnd/invisible) of the bot. Note: some of these may not always work, because they'd be overriden by Discord.
Status Rotate (force)
Force rotate the Presence Activity
Staff
You can have staff members on your bot, how cool is that!
List of roles (The higher the rank, more permissions): 1. Moderator 2. Administrator 3. Super Administrator
Use the /staff ...
commands
Moderator Permissions
Bank
/bank add
/bank remove
/bank transfer
<- allowing from
FAQ
- Everything
/faq ...
Keys
- Generate
/generate key
- Everything
/keys ...
Order
- List and see other people order info
/order ...
Queue
/queue add
/queue remove
/queue move
Sync
/sync roles
Update
- Only on the embeds
Administrator Permissions
Every permission of Moderator included
Check
/check alive
Fetch
/fetch invites
/fetch promocodes
Restart
/restart snipers
Settings
- Can modify bot settings
Shop
- Can modify shop/discount settings
Status
- Can modify bot status
Test
- Can simulate tests of sniper fails/claims
Update
/update claim-token
/update snipers
Super Administrator Permissions
A Super Administrator has full-control of the bot commands.
Other
There are LOTS of other features/commands, even undocumented. Just type /
in discord chat and see the list of all the bot commands. Every command has a description, every option in the commands have descriptions.