This repository was archived by the owner on Feb 3, 2025. It is now read-only.
0.2.3
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
SlashWarningboth 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
namein PATCH. Pop it.