Skip to content

0.2.2

Compare
Choose a tag to compare
@Kenny2github Kenny2github released this 27 Jan 15:14

Major Fixes

  • Because Group now inherits from Command, and all Groups were being instance-checked as Command first, subcommands ended up never being called... Switched the order.
  • The stock check couldn't accept the self argument, so cog commands all failed.