Skip to content

(3.6) Stats rework

Compare
Choose a tag to compare
@KifoPL KifoPL released this 14 May 09:26
· 211 commits to master since this release
de0df21

3.6 Kifo Clanker™ UPDATE!

MAJOR CHANGES

  • Reworked stats command.
    • For server and role stats, the command will now output a .txt file with the list of members (in the server, or having the role).
    • For users and bots, the command will now output a .txt file with the list of roles that the account has.
  • The bot will now tell for how long it's been running for (this may sound like a minor change, but it's a huge help to be able to quickly tell when some error occurred. Everyone will be able to notify me of a recent bot outage, even it is online).

MINOR CHANGES

  • Resolved #11
  • Fixed #7
  • Fixed #10
  • Fixed some typos I found in the code

BACKEND CHANGES

  • Minor code optimisations
  • Preparing base code for channel stats (they are much more complicated than I thought, as each channel type has different properties).