Skip to content

0.2.3

Compare
Choose a tag to compare
@Kenny2github Kenny2github released this 11 Feb 16:21

New Stuff

  • For some extra security, fall back to looking up command by name and guild ID if command ID fails to return results. Fall back from that to just name. Warn with SlashWarning both times. Error on still no command.

Fixes

  • The API introduced a new "version" dict key, which broke dict equality. I gave up on that and just ensured all values in code match the API.
  • The API no longer allows passing name in PATCH. Pop it.