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 💬

CommandWhat It Does
/t4s setup-gcSave your store's private Tip4Serv API key (needs create-discounts permission)
/t4s feed-dcSet the Discord channel where gift-card logs are posted

Setup Flow ✅

  1. In your Tip4Serv dashboard, create an API key with the create-discounts permission.
  2. Run /t4s setup-gc key: and paste the key. Helios stores it encrypted.
  3. Run /t4s feed-dc channel: to choose where gift-card logs go.
  4. 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

  • GIFTCARD tells Helios to create a Tip4Serv gift card through your API key.
  • {Amount} is the gift-card credit, like 10 or 9.99.
  • {Name} is the gift-card name shown to the player.
  • {Expiration} is optional, like 7d or 24h.
  • {Currency} is an optional 3-letter code like USD.

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-dc channel.
  • Requires Premium and Administrator permission to configure.
  • The API key is stored encrypted and is never shown again after setup.