| Commit message (Collapse) | Author | Age | Lines |
| |\ |
|
| | |
| |
| | |
Co-authored-by: Xithrius <[email protected]>
|
| | |
| |
| | |
Co-authored-by: Xithrius <[email protected]>
|
| | |\
| | |
| | | |
Ensure correct tag information is sent to statsd
|
| | |/ |
|
| | | |
|
| |\|
| |
| |
| |
| | |
# Conflicts:
# poetry.lock
|
| | |\
| | |
| | | |
Don't decode empty content as json in thread bumper
|
| | | |\
| | |/
| |/| |
|
| | |\ \
| | | |
| | | | |
Bump Bot Core to v7.0.0
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removes trailing slashes from invites in the invite filter to prevent
false positives.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps the botcore version to v7.0.0, and implements the changes required
by the breaking fix documented in the changelog for
`utils.regex.DISCORD_INVITE`.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Update intents.md
* Minor wording changes
Co-authored-by: wookie184 <[email protected]>
|
| | |\ \
| | | |
| | | | |
Make modpings rescheduling robust to unfilled cache
|
| | | |\ \
| | |/ /
| |/| | |
|
| | |\ \ \
| | | | |
| | | | | |
Manually chunk guild if not chunked 20s after startup
|
| | | |\ \ \
| | |/ / /
| |/| | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Additionally, this adds a check which will remove entries in the redis cache of former moderators.
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Closes #2162 Closes BOT-343
self.bot.api_client.request can not be used to check if a thread id exists in the bumped thread list on site, as self.bot.api_client.request() always attempts to decode the response as json.
The thread bump viewset in site returns a 204 if the given thread exists with no content, so this does not work.
|
| | |\ \ \
| | | | |
| | | | | |
Use site api over redis for thread bumping
|
| | | |\ \ \
| | |/ / /
| |/| | | |
|
| | |\ \ \ \
| | | | | |
| | | | | | |
Update wording for or-gotcha tag
|
| | |/ / / / |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
The task is no longer created in the cog
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
if the expire "cache" is not reset, the class assumes an expire is set,
even though no expire was set for the key
|
| |/ / / /
| | | |
| | | |
| | | |
| | | | |
The new versions introduce conversions which causes the doc command
embed to be formatted improperly
|
| |\ \ \ \
| |_|/ /
|/| | | |
Use async with Messageable.typing() everywhere
|
| |/ / /
| | |
| | |
| | |
| | |
| | | |
Closes BOT-33Z Closes #2154
With the latest version of discord.py support for the with Messageable.typingn() was droped, in favour of only using async with.
|
| |\ \ \
| | | |
| | | | |
Bump bot core & discord.py
|
| | | | |
| | | |
| | | |
| | | | |
one of the commits in this bump dynamically extends the timeout of Guild.chunk() based on the number or members, so it should actually work on our guild now.
|
| |/ / / |
|
| |\ \ \
| | | |
| | | | |
Speed Up Sync Cog Loading
|
| | |\ \ \
| |/ / /
|/| | | |
|
| |\ \ \ \
| | | | |
| | | | | |
Make extension management async
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| | | |_|/
| |/| |
| | | |
| | | | |
This is necessary after cog loading was made async in a new discord.py version
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds a 30-minute timeout while waiting for the guild to be chunked in
the sync cog, after which the cog is not loaded.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The user syncer was blocking the startup of the sync cog due to having
to perform thousands of pointless member fetch requests. This speeds up
that process by increasing the probability that the cache is up-to-date
using `Guild.chunked`, and limiting the fetches to members who were in
the guild during the previous sync only.
Co-authored-by: ChrisJL <[email protected]>
Co-authored-by: wookie184 <[email protected]>
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |/ /
| |
| | |
Make `ALLOWED_CHARACTERS` a raw string to account for slashes
|
| |\ \
| | |
| | | |
Add discord.Thread to slowmode cog channel converters
|
| | |\ \
| |/ /
|/| | |
|