πŸ“šJSON/CSV Reports

Pro Tier Feature

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 β†’ csv or json

Output includes:

  • User ID

  • Username

  • Balance

Notes:

  • Users with 0 balance 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_name

  • format β†’ csv or json

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_name

  • format β†’ csv or json

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.

Last updated