| Commit message (Collapse) | Author | Age | Lines |
| | |
|
| |
|
|
|
| |
Remove redundant retrieval of category objects.
Include the asking guide URL in the message via an f-string.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If the cog is reloaded while there are less than the maximum amount of
available channels, it makes some channels available until the limit is
reached. When a channel is made available, it updates the
`available_help_channels` set. The `update_available_help_channels()`
function would not update this set if it saw that the set already
contains elements. This resulted in only the channels that were just
made available being in the set; the set would not contain the channels
that were already available when the bot started.
Fix this by unconditionally populating the set, but moving it to
`init_available()` so it only happens once.
Fix BOT-Z1
Fix #1715
|
| |\
| |
| | |
Additional code jam management utilities
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | | |
fix: Nomination message now checks historic and new style nominations
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | | | | | | |
|
| |/ / / / / |
|