Zephyrkul
Zephyrkul
### Type of feature request Other ### Description of the feature you're suggesting As discussed in #advanced-coding in the Red server. With discord.py 2.0's new asynchronous cog_unload, it should now...
### Description of the changes Adds Trovo support to Streams. ### Have the changes in this PR been tested? Sort of. The code itself has been tested over the course...
### What Red version are you using? 3.4.18 and 3.5.0 latest commit ### What were you trying to do? Pass `help=` explicitly to the `@commands.group` decorator ### What did you...
According to the adjacent comment (and [Wikipedia](https://en.wikipedia.org/wiki/Baker_Island)), Baker Island is UTC−12. However, the timezone passed is incorrectly set to `Pacific/Funafuti`, a timezone of Tuvalu, which is on the other side...
### Summary Attachment converter does not capture attachments for VAR_POSITIONAL parameters ### Reproduction Steps Create a command with a VAR_POSITIONAL (aka `*args`) parameter with the `discord.Attachment` typehint, then run it....
usage would look something like `[p]blocksource [folder/path]` where `` is the repo (either a link or a Downloader repo name) and where `[folder/path]` is a subfolder in that repo (e.g....
### What Red version are you using? 3.4.5 ### Cog name Mod ### Command name ban ### What did you expect to happen? The bot to respond that the provided...
`emoji_converter` sometimes returned instances of `discord.Emoji` rather than `str`s, causing a serialization error on attempting to save it to config.