Skip to content

WDR 2.0.0 Beta 9

Pre-release
Pre-release
Compare
Choose a tag to compare
@PartTimeJS PartTimeJS released this 03 Dec 16:59
· 87 commits to master since this release

========== WDR 2.0 Beta9 ==========

  • Quest subs fully operational.
  • Duplicate checking. New config in example. Default is DISABLED, even if not declared.
  • DB schema fixing. Found bigint types in the tables. JS does not play well with bigints, so they have all been changed to varchar(40). Schemas can be found in static/schemas. No migrations while WDR2 is in beta so you will need to export csv, drop table, restart, import csv OR make the changes manually.
  • Implemented hard limit of 30 for each subscription type. Query will only pull 31 to keep from getting discord errors. Users with excessive subs will need to remove listed ones until they drop below the 30 limit.
  • add adv bug fixed
  • form bug with modifying pokemon subs fixed
  • Lots of other small fixes with sub commands.
  • WDR will now re-attempt to send messages if it fails the first time.
  • Other small fixes.