TheUntraceable
TheUntraceable
Give more information of what "partial guild" is.
:bug: Having loads of pre-registered `ApplicationCommands` causes you to be ratelimited `on_ready`
### Describe the bug So I have my Discord Bot which was created with another library, and it has loads of Slash Commands, and I noticed when testing out Pincer...
Asyncio expects the on_event function to *not* be a coroutine.
## Description The library is very messy and outdated. It needs a rewrite. It has been a few months since I have actively worked on the library, and so I...
### Summary I think that MyPy has a fair *few* issues with the codebase. ### Reproduction Steps mypy EpikCord ### Minimal Reproducible Code _No response_ ### Expected Results For no...
The Presence class is meant to be used by users, but it can also be received, and so I need to either make the user use the respective arguments to...
### Summary You can't have a guild command with the same name as a guild command and the other way round. ### Reproduction Steps The command handler will only call...
For most of the classes we have, we depend on a `data` argument, we also include a `client` arg for some objects. We *should* add a `data` attribute that will...
### Summary You should be able to send files. ### The Problem You can't send files with `Messageable.send` ### The Ideal Solution To be able to send files. ### The...