JSON/CSV Reports
The Reports feature lets admins export important Slope Bot data as CSV or JSON files.
All report results are sent as ephemeral downloads so only the admin running the command can see the files.
Download Users Balances
/reports users-balance
Exports all users with a positive balance.
Parameters:
format→csvorjson
Output includes:
- User ID
- Username
- Balance
Notes:
- Users with
0balance are skipped. - Cooldown: 15 uses per admin per 7 days.
Download Raffle Participants
/reports raffle-participants
Exports all participants and their ticket counts for a raffle.
Parameters:
raffle_nameformat→csvorjson
Output includes:
- User ID
- Username
- Ticket Count
- Total participants & tickets summary
Cooldown: 15 uses per admin per 7 days.
Download Quests Submission Data
/reports quest-submissions
Exports every submission for a selected quest (pending, approved, rejected).
Parameters:
quest_nameformat→csvorjson
Output includes:
- User info
- Status
- Submission & review timestamps
- Reviewer ID
- Rejection reason
- Submission content
Cooldown: 20 uses per admin per 7 days.
Download Tweet Rewards Data
/reports tweet-rewards
Exports every reward claim for a selected tweet.
Parameters:
tweet_url→ The Twitter or X URL of the tweet (or just the tweet ID)format→ csv or json
Output includes:
- User ID
- User Name
- Claimed Rewards
- Individual Reward Action Details
- Time
Cooldown: 20 uses per admin per 7 days.