Ruby-Cogs/economytrack
2025-05-23 02:30:00 -04:00
..
__init__.py Add multiple new cogs for banking, economy tracking, and referrals, including setup, commands, and localization files. 2025-05-23 02:30:00 -04:00
abc.py Add multiple new cogs for banking, economy tracking, and referrals, including setup, commands, and localization files. 2025-05-23 02:30:00 -04:00
commands.py Add multiple new cogs for banking, economy tracking, and referrals, including setup, commands, and localization files. 2025-05-23 02:30:00 -04:00
economytrack.py Add multiple new cogs for banking, economy tracking, and referrals, including setup, commands, and localization files. 2025-05-23 02:30:00 -04:00
graph.py Add multiple new cogs for banking, economy tracking, and referrals, including setup, commands, and localization files. 2025-05-23 02:30:00 -04:00
info.json Add multiple new cogs for banking, economy tracking, and referrals, including setup, commands, and localization files. 2025-05-23 02:30:00 -04:00
README.md Add multiple new cogs for banking, economy tracking, and referrals, including setup, commands, and localization files. 2025-05-23 02:30:00 -04:00

Track your economy's total balance over time

Also track you server's member count!

[p]economytrack

Configure EconomyTrack

  • Usage: [p]economytrack
  • Aliases: ecotrack
  • Checks: server_only

[p]economytrack togglebanktrack

Enable/Disable economy tracking for this server

  • Usage: [p]economytrack togglebanktrack
  • Restricted to: GUILD_OWNER
  • Checks: server_only

[p]economytrack view

View EconomyTrack Settings

  • Usage: [p]economytrack view

[p]economytrack maxpoints

Set the max amount of data points the bot will store

Arguments
<max_points> Maximum amount of data points to store

The loop runs every 2 minutes, so 720 points equals 1 day
The default is 21600 (30 days)
Set to 0 to store data indefinitely (Not Recommended)

  • Usage: [p]economytrack maxpoints <max_points>
  • Restricted to: BOT_OWNER

[p]economytrack timezone

Set your desired timezone for the graph

Arguments
<timezone> A string representing a valid timezone

Example: [p]ecotrack timezone US/Eastern

Use this command without the argument to get a huge list of valid timezones.

  • Usage: [p]economytrack timezone <timezone>

[p]economytrack togglemembertrack

Enable/Disable member tracking for this server

  • Usage: [p]economytrack togglemembertrack
  • Restricted to: GUILD_OWNER
  • Checks: server_only

[p]remoutliers

Cleanup data above a certain total economy balance

Arguments
datatype: either bank or member

  • Usage: [p]remoutliers <max_value> [datatype=bank]
  • Restricted to: GUILD_OWNER
  • Checks: server_only

[p]bankgraph

View bank status over a period of time.
Arguments
<timespan> How long to look for, or all for all-time data. Defaults to 1 day.
Must be at least 1 hour.
Examples:
- [p]bankgraph 3w2d
- [p]bankgraph 5d
- [p]bankgraph all

  • Usage: [p]bankgraph [timespan=1d]
  • Aliases: bgraph
  • Cooldown: 5 per 60.0 seconds
  • Checks: server_only

[p]membergraph

View member count over a period of time.
Arguments
<timespan> How long to look for, or all for all-time data. Defaults to 1 day.
Must be at least 1 hour.
Examples:
- [p]membergraph 3w2d
- [p]membergraph 5d
- [p]membergraph all

  • Usage: [p]membergraph [timespan=1d]
  • Aliases: memgraph
  • Cooldown: 5 per 60.0 seconds
  • Checks: server_only