Bot reference¶
- class topstats.bot.PartialBot¶
A Discord bot’s brief information.
- class topstats.bot.Bot¶
A Discord bot’s detailed information.
- class topstats.bot.TimestampedBotStats¶
A Discord bot’s timestamped stats. This class contains several data points and their dated timestamps.
- class topstats.bot.RecentBotStats¶
A Discord bot’s recent stats for the past 30 hours and past month.
- daily: list[TimestampedBotStats]¶
This bot’s stats for the past month.
- hourly: list[TimestampedBotStats]¶
This bot’s stats for the past 30 hours.
- class topstats.data.Ranked¶
A ranked data point. This class contains a value and its rank compared to others and/or difference compared to its previous data point.