| Commit message (Collapse) | Author | Age | Lines |
| |\
| |
| | |
added escape markdown in PythonNews
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | |
| | |
| | | |
python-discord/Formatting-issues-on-the-!server-command
Formatting issues on the !server command
|
| | | | |
|
| |/ /
| |
| |
| |
| |
| | |
The features part of the embed isn't included in some channels, this leads to there not being a linebreak between voice regions and roles in the embed.
By changing it to this, rather than dedent, we specify exact where we want the linebreaks to be.
|
| |\ \ |
|
| | |\ \
| |/ /
|/| | |
|
| |\ \ \
| | | |
| | | | |
Delete Webhooks when one is accidentally posted.
|
| | |\ \ \
| |/ / /
|/| | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
python-discord/bug/info/bot-13b/code-snippet-msg-404
Don't send code snippets if the original message was deleted
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Remove the admins mention from the modmail tag
|
| |/ / / / / |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Fixes BOT-13B
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Reduce nesting and code duplication.
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Bluenix <[email protected]>
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The regEx pattern did not match the 'https://' part in case of canary urls
Thus, from now on the regEx pattern matches the full canary urls as well.
|
| | | | | | |
|
| | | | | | |
|
| | |/ / /
|/| | |
| | | |
| | | |
| | | | |
From now on, webhooks that were posted in the chat will be also
deleted from Discord in order to eliminate the risk.
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
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
|