Skip to content

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):

Text Only
/redeem credits <amount> <token> <optional:guarantee_boost>

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 wanted 3 "Guarantee Boost" claims, they'd pay 3 * 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.

Text Only
/generate key <credits> <optional:key> <optional:characters> <optional:amount>
  • 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.

Text Only
/redeem key <key>

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)

Text Only
/faq channel <channel>

You can force-update the embed at any time using:

Text Only
/faq update

FAQ Show

Replies to the interaction with the FAQ Embed

Text Only
/faq show

Retrieve a Question/Answer entry from the list

Text Only
/faq search <query>

FAQ Add

Add a Question/Answer entry in the list

Text Only
/faq add <question> <answer>

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

Text Only
/faq edit <query>

FAQ Remove

Remove a Question/Answer entry from the list

Text Only
/faq remove <query>

FAQ Move

Move a Question/Answer entry in the list

Text Only
/faq move <query> <position>

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

Text Only
/status add <name> <optional:type>

Status Remove

Remove a Presence Activity from the list

Text Only
/status remove <id>

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.

Text Only
/status presence <status>

Status Rotate (force)

Force rotate the Presence Activity

Text Only
/status rotate

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.