Helios Rust Console Bot Documentation
Automated Gift Cards
Let Helios create Tip4Serv gift cards automatically with /t4s and the GIFTCARD parse — great for battle pass and treasure rewards.
Overview 🚀
Helios can create Tip4Serv gift cards automatically and deliver the code to the player — for example as a battle pass reward, a treasure chest drop, or any command-style reward. Premium only.
Commands Covered 💬
| Command | What It Does |
|---|---|
/t4s setup-gc | Save your store's private Tip4Serv API key (needs create-discounts permission) |
/t4s feed-dc | Set the Discord channel where gift-card logs are posted |
Setup Flow ✅
- In your Tip4Serv dashboard, create an API key with the create-discounts permission.
- Run
/t4s setup-gc key:and paste the key. Helios stores it encrypted. - Run
/t4s feed-dc channel:to choose where gift-card logs go. - Add the GIFTCARD parse anywhere command rewards are supported (battle pass
/level add,/treasure add, products, and so on).
GIFTCARD Parse 🎁
Format
{discord_id} [GIFTCARD] [{Amount}] [{Name}]
Optional extras (either order):
{discord_id} [GIFTCARD] [{Amount}] [{Name}] [{Expiration}] [{Currency}]
Breakdown
GIFTCARDtells Helios to create a Tip4Serv gift card through your API key.{Amount}is the gift-card credit, like10or9.99.{Name}is the gift-card name shown to the player.{Expiration}is optional, like7dor24h.{Currency}is an optional 3-letter code likeUSD.
Example
{discord_id} [GIFTCARD] [10] [Battle Pass Reward] [7d] [USD]
Example Use Cases ✅
- A level 100 battle pass reward that grants a $10 store gift card
- A rare treasure chest drop worth $5 store credit
- A giveaway prize that pays out as store credit
Notes 📝
- The player receives the gift-card code; every created card is logged in your
/t4s feed-dcchannel. - Requires Premium and Administrator permission to configure.
- The API key is stored encrypted and is never shown again after setup.