Snipy7374
Snipy7374
### Summary When using a FFmpegPCMAudio audio source with a source that represent a non file-like object (e.g a url) and when disconnecting from a `VoiceChannel` you get an `OSError`....
## Change Summary - Closes GH-272 defining module level dosctrings Hi, my wording isn't that great so if someone wants to suggests changes it would be much appreciated. Furthermore i...
## Problem Docs don't say much about nested queris. A user need to look at the official Prisma docs to know how to write nested queries and what nested queries...
## Summary - **Continuation of** GH-653 - **Closes** GH-400 ## Checklist - [x] If code changes were made then they have been tested. - [x] I have updated the documentation...
### Summary When forcily moving the bot into another `VoiceChannel` during an audio reproduction `VoiceClient.is_playing()` returns `True` even if the bot is not reproducing any sound. I haven't still checked...
### Link - **Issue** Rapptz/discord.py#9039 - **Issue** DisnakeDev/disnake#846 (could be useful as additional context)
## Enhancement request: `arcade.Sprite.draw` and `arcade.Sprite.register_physic_engine` have unannotated arguments (AKA Unknown) as well as `arcade.SpriteList.draw` ### What should be added/changed? Add type hints for the mentioned above members. ### What...
## Summary - Closes GH-1139 This PR is somewhat not ready yet (yes i'll update the tests) but since i believe that i've reached a good point i'm sharing the...
### Summary Currently disnake is able to parse numpy style docstrings only. ### What is the feature request for? The core library ### The Problem Users in other IDEs (where...
## Summary - Closes GH-622 Extras: - [`webhook/async_.py#L964-L971`](https://github.com/Snipy7374/disnake/blob/43a92fec9b827945522722c5a728d74f53dea349/disnake/webhook/async_.py#L964-L971) moved `__repr__` and `url` from `Webhook` and `SyncWebhook` to `BaseWebhook` to reduce code redundancy. - [`webhook/sync.py#L644-L645`](https://github.com/Snipy7374/disnake/blob/43a92fec9b827945522722c5a728d74f53dea349/disnake/webhook/sync.py#L644-L645) document when `SyncWebhook.from_url()` could raise a...