Skip to content

0.8.3

Compare
Choose a tag to compare
@abalabahaha abalabahaha released this 19 Jan 20:29
· 734 commits to dev since this release

I just realized it's mostly CommandClient stuff. Oh well. That first listed fix is probably very useful for anyone who ever debugs errors in events.

Additions:

  • Added CommandClient command hooks (80f6c58)
  • Added CommandClient custom requirements (7d68653)
  • Added option to hide commands in default help command list (ac58059)

Fixes:

  • Stop recreating errors from Shard.onWSMessage() (a31d2d5)
    • This one's useful for debugging! It doesn't hide your stacktraces anymore!
  • Fix CommandClient cooldowns for DM messages (f345229)
  • Fix Channel construction on REST mode (f675772)