| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| |\ \ \ \
| | | | |
| | | | | |
Add `Leads` to Server info Embed.
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Add new custom error to handle non-existent roles in the Information cog
- Update join_role_stats to use built in generics for typing
|
| | | | | | |
|
| | | | | | |
|
| | |\ \ \ \ |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add `join_role_stats` function that joins the relevant information (number of members) of the given roles into one group under a pre-specified `name`
|
| | | | |\ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
https://github.com/python-discord/bot into mbaruh/jam-management
|
| | | | | | | |
| | | | | | |
| | | | | | | |
Co-authored-by: Bluenix <[email protected]>
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Co-authored-by: Bluenix <[email protected]>
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Interestingly enough, the reason doesn't seem to be displayed for channel permission overrides.
|
| | | | |/ / /
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Bluenix <[email protected]>
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
The command now sends the details of all channels about to be deleted to the pasting service, and confirmation is done through a reaction by the invoker of the command within a limited time (10 seconds).
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- An info embed with team the member is in. The team is decided by finding in which channel the member has overwrites.
- Command to move a member from one team to another by changing the permissions of the appropriate team channels.
- A command to end the code jam and delete all the team channels and categories.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
The channel creations are static and clutter the cog class. We want to add more commands to the cog, so we move the static functions away to a separate file first.
|
| | | |/ / /
| |/| | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/bot/pull/1725\#pullrequestreview-730223166
|
| | | | | |
| | | | |
| | | | | |
The code is now almost completely different from discord.py.
|
| | | | | | |
|
| | |_|_|/
|/| | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
python-discord/bug/bot-1jd/backend/wait-for-deletion-404
Catch 404 error when waiting to delete message
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | |
| | | | |
| | | | | |
Reorder user roles in !user command from highest to lowest
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
403 occurs if the user has DMs disabled.
Fixes BOT-137
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Fix TypeError when infraction append is not given a reason
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Some discord usernames contain unicode characters, which causes an decoding
error as chardet isn't 100% and can't falsely detect the response text as
Windows-1254.
|
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
Add commands to turn automatic review posting on or off
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Correctly delete from cache in ModPings
|
| | |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | | | | | | | |
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
* Fixed wrong condition in rescheduler which made the eventual consistency not work.
* Mods now correctly removed from cache on role reapplies.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Add virtual environment (venv) tag
Co-authored-by: bast0006 <[email protected]>
Co-authored-by: wookie184 <[email protected]>
Co-authored-by: Xithrius <[email protected]>
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | | |
Added on/off as aliases
|
| | | | | | | |
|
| |/ / / / / |
|
| |/ / / /
| | | |
| | | |
| | | | |
Fix #1706
|
| | | | | |
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Sometimes the message is deleted before the function gets around to it.
Fixes BOT-1JD
Fixes BOT-1K3
Fixes BOT-1JE
|