0.2.2
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.