Helios Rust Console Bot Documentation
/tc (Timed Commands / Cron)
Create timed commands in Helios using cron schedules and timezones.
Overview 🚀
The /tc commands let server owners and admins create timed commands that run automatically on a schedule.
Use this for wipe reminders, event messages, restarts, daily rewards, server announcements, or any command you want Helios to run at a specific time.
Commands Covered 💬
| Command | What It Does |
|---|---|
/tc add | Creates a new timed command |
/tc list | Shows your current timed commands |
/tc remove | Deletes a timed command |
Example ✅
/tc add

Setup Flow ✅
- Run
/tc add - Add the command you want Helios to run
- Set the cron schedule
- Set the timezone you want
- Use
/tc listto make sure the next run time looks correct - Use
/tc removeto delete old timed commands
Cron Help 🧠
Timed commands use a single-line cron schedule.
If you need a specific schedule, you can ask ChatGPT:
Give me a single-line cron for every day at 9:30 AM.
Then set the timezone in Helios to the timezone you want.
Example timezone:
America/New_York
Cron Examples 📅
0 9 * * *
Runs every day at 9:00 AM.
30 14 * * *
Runs every day at 2:30 PM.
0 */6 * * *
Runs every 6 hours.
0 20 * * FRI
Runs every Friday at 8:00 PM.
Common Uses 📋
Use /tc for:
- Wipe countdowns
- Daily server messages
- Event reminders
- Scheduled rewards
- Restart warnings
- Automatic command groups
- Recurring announcements
Requirements 📌
Before using /tc, make sure:
- Helios is connected to at least one server in this Discord
- You have permission to run admin commands
- You selected the correct server if the timed command should only run on one server
- Your cron schedule is valid
- Your timezone is set correctly
Notes 📝
- Most admin commands require Manage Server permission
- Use
/tc listafter creating a timed command to confirm the next run time - Always double-check the timezone
- Remove old timed commands with
/tc remove - Test important timed commands before relying on them during a wipe
- Some timed command features may require Premium