| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- 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.
|
| | | | | |/
| | | |/| |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Fixes BOT-13B
|
| | | | | | |
|
| | | | | | |
|
| |/ / / /
| | | |
| | | |
| | | | |
Reduce nesting and code duplication.
|
| |\ \ \ \
| | | | |
| | | | | |
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]>
|
| |\ \ \
| | | |
| | | | |
Add partners to the filtering whitelist
|
| |/ / /
| | |
| | |
| | | |
A partner being filtered is highly unlikely to be correct
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Update `utils.messages.wait_for_deletion`
Will now clear reactions after the timeout ends to indicate it's no longer possible to delete the message through reactions.
* Update pypi command to not ghost-ping users
Will no longer ghost-ping users when an invalid packaged is search containing a ping and reaction is pressed to delete message.
* Update local file
* Remove redundant code
No longer try to clear reactions after calling `utils.messages.wait_for_deletion()` since the util now does it.
* Remove trailing whitespace
* Remove redundant import
* Fix NameErrors
* Remove redundant import
* Reword comment
* Update `contextlib.suppress` import to be consistent
* Update docstring to reflect earlier changes
* Update docstring to be more informative
* Update to delete error message if invocation doesn't ping
* Update to delete error message if invocation doesn't ping
|
| |\ \ \
| |_|/
|/| | |
Prevent ghost-pings in docs get command
|
| | | |
| | |
| | | |
Co-authored-by: Bluenix <[email protected]>
|
| | | |
| | |
| | | |
Co-authored-by: Bluenix <[email protected]>
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
| |
| | |
Won't delete the invoking message when the giving symbol is invalid if the message contains user/role mentions. If it has mentions, allows deletions of error message through reactions.
|
| |\ \
| | |
| | |
| | |
| | | |
python-discord/Update-docstring-tag-to-have-4-space-indents
Update docstring tag pep and grammar
|