-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Separate API class into its own class so it's easier to use for other projects. - Improve craftables command by separating weapons into their respective subtypes. - Migrate API tokens to core's token manager. User OAuth tokens are still stored within the cog. - Make raw URL strings into URL objects. - Replace my old Custom Typing object with d.py's ctx.typing since it supports slash commands better. - Cleanup some old code. - Improve authorization flow for smaller bots. It should now respond immediately if dashboard authorization has been given instead of waiting until the bot sees a new message. - Add Crota's End to raids command. - Prevent running commands in DM that should only be run in a server. - Improve typehinting.
- Loading branch information
1 parent
e0976fe
commit 31edbd9
Showing
5 changed files
with
982 additions
and
802 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.