Skip to content

QOL Patch 1

Aaron Graubert requested to merge qol_dev into master

Created by: agraubert

1st Quality Of Life patch

Highlights:

  • Tasks are now dispatched via a background thread (no longer triggered by user input)
  • Beymax reports his own birthday (May 6th) if another user is using the birthday feature
  • Added an idof command to get IDs
  • Removed self.users which was prone to caching issues
  • Added _payout command to pay users xp or tokens
  • Any command which takes a user ID can now take a username just as easily

Merge request reports