pycord
pycord copied to clipboard
Pycord, a maintained fork of discord.py, is a python wrapper for the Discord API
## Summary Implements message forwarding, alongside some small cleanups for other message features. ## Information - [ ] This PR fixes an issue. - [x] This PR adds something new...
Support Python 3.13 Depends on #2176
## Summary `get_event_loop()` is deprecated. All instances should be replaced in favour of `get_running_loop()` and `new_event_loop()`. ## Information - [x] This PR fixes an issue. - [ ] This PR...
## Summary Adds support for sending voice messages. This includes the `waveform` and `duration_sec` parameters Solves #2575 This will be a draft until I have confirmed the behavior of `waveform`s...
### Summary Something small in the documentation; I've attached a gif recording of the problem. ### Reproduction Steps  ### Minimal Reproducible Code _No response_ ### Expected Results NA ###...
### Summary Message Forwarding ### What is the feature request for? The core library ### The Problem Implement Message Forwarding to reflect API ### The Ideal Solution Implement Message Forwarding...
### Summary Adding the ability to send native audio messages ### What is the feature request for? The core library ### The Problem Add this ability so users can listen...
## Summary title ## Information - [x] This PR fixes an issue. - [ ] This PR adds something new (e.g. new method or parameters). - [ ] This PR...
## Summary ## Information - [x] This PR fixes an issue. Fixes #1582 - [ ] This PR adds something new (e.g. new method or parameters). - [ ] This...