Skip to content

Commit

Permalink
[Destiny] 2.0.0
Browse files Browse the repository at this point in the history
- 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
TrustyJAID committed May 5, 2024
1 parent e0976fe commit 31edbd9
Show file tree
Hide file tree
Showing 5 changed files with 982 additions and 802 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TrustyJAID's Cogs for [Red-DiscordBot](https://github.com/Cog-Creators/Red-Disc
| Compliment | 1.0.0 | <details><summary>Compliment people in a creative way</summary>Compliment people in a creative way</details> | Airen, JennJenn, and TrustyJAID |
| Conversions | 1.3.2 | <details><summary>Conversions for currencies, crypto-currencies, and stocks.</summary>Conversions for currencies, crypto-currencies, and stocks.</details> | TrustyJAID |
| CrabRave | 1.1.3 | <details><summary>Make Crab rave videos, in discord!</summary>Create your very own Crab Rave videos with custom text! This cog requires FFMPEG, moviepy (https://github.com/Zulko/moviepy), and imagemagick to work. This cog downloads a template video and font file which is then saved locally and generates crab rave videos from the template. Old videos are deleted after uploading. This cog may consume heavy resources rendering videos.</details> | DankMemer Team, TrustyJAID, and thisisjvgrace |
| | 1.9.1 | <details><summary>Thanks for installing</summary></details> | |
| | 2.0.0 | <details><summary>Thanks for installing</summary></details> | |
| Elements | 1.1.1 | <details><summary>Periodic table of elements</summary>Get a plethora of information about elements on the periodic table.</details> | TrustyJAID |
| Encoding | 1.3.1 | <details><summary>Encode messages into various types of encoding.</summary>Encode messages into various types of encoding. Encoding types include: DNA, binary, Caeser cipher, hex, base 64, character, and braille.</details> | TrustyJAID |
| EventPoster | 2.1.3 | <details><summary>Admin approved announcments/events</summary>Allow users to setup and host events to be approved by admins.</details> | TrustyJAID |
Expand Down
Loading

0 comments on commit 31edbd9

Please sign in to comment.