| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
| |
Previously nomination messages had role pings in them, now they don't as we moved them into a thread.
Due to this, we need to detect both in the interim of historic nominations existing.
A 'proper' fix for this is to store the nomination message IDs when we post them against the
nomination object in the site api. We are planing to work on this soon, this commit is a
short term fix.
|
| | |
|
| |\ |
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | | |
Remove added punctuation from reminder
|
| |/ / |
|
| |\ \
| | |
| | | |
Make DORMANT_MSG Dynamic
|
| | | |
| | |
| | | |
channel.category doesn't get updated in cache so the category ends up still linking to "In Use", whereas we want the "Dormant".
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| |\ \
| | |
| | |
| | |
| | | |
python-discord/chore/vcokltfre/blocking-tag-newlines
chore: remove some newlines in the blocking tag
|
| |/ / |
|
| |\ \
| | |
| | | |
Fixed error message to match true value
|
| |/ /
| |
| |
| | |
When the limit was raised, the error message was not edited to reflect the change.
https://github.com/python-discord/bot/commit/6f45d6896adb3f05962733cec8e5db199def20bc
|
| |\ \
| | |
| | | |
change dockerfile python version to latest 3.9.x
|
| |/ / |
|
| | |
| |
| |
| | |
Fixes BOT-1J7
|
| | |
| |
| |
| | |
Fixes BOT-J2
|
| |/
|
|
| |
Fixes BOT-ZN
|
| |\
| |
| | |
Add `Leads` to Server info Embed.
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | |
| | |
| | | |
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
|
| |\ \
| | |
| | | |
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
|