| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
I chose PyNacl since it came with its own libsodium portable copy.
|
| | |
|
| | |
|
| |
|
|
|
| |
Just as an FYI, ctx.invoked_subcommand will end up being an instance
of commands.Group!
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This allows people to send raw opus encoded data instead of being
forced to encode to Opus.
|
| | |
|
| | |
|
| |
|
|
| |
Such as Channel, PrivateChannel, Object and Role.
|
| | |
|
| | |
|
| |
|
|
| |
Fixes #98.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This allows for a nicer design when dealing with parsers that could
end up being coroutines.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
This needs to exist when users get flagged as bots.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
self.process.communicate(timeout=0.100) will block
zombies probably would be cleaned up anyways but in a non deterministic fashion by the garage collector
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
The permissions_for assumed that the everyone role would be the first
element of the permission overwrites but this is not guaranteed so we
have to guarantee it ourselves.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
There is a breaking change here. We have to change the filename
parameter to be a keyword only argument so there are fewer errors
and surprises.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|