Lala Sabathil
Lala Sabathil
## Description This PR aims to rework the API to give better and more consistence responses. This is WIP. Creating this PR already for transparency and to give maintainers/contributors the...
# Description This pr merges work from hacktoberfest to main Resolved Hacktober Tasks ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change...
Closes: #97 Closes: #91 Closes: #82 Closes: #81 Follow-up of #98, by request of @mxschmitt
Waiting for #7098
Added the connection type `domain` based on the api response and the clients ui name. ```json { "type":"domain", "id":"pycord.dev", "name":"pycord.dev", "verified":true } ``` 
- Most jobs will only run for pull requests when `master` is the target - All jobs can be run manually through `workflow_dispatch` - Jobs will check for `paths`. We...
I think It'd be more ideal for `VoiceChannel` and `StageChannel` to inherit from `_TextChannel` and then move the thread-related functions & attributes from `_TextChannel` to `TextChannel` and `ForumChannel` What if...
The reddit wiki linked there is outdated since years. Instead https://libs.advaith.io/ should be linked. Advaiths list was recently updated with all known information and is a way better source to...