| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
| |
Before this change, the create_task util couldn't be used to schedule tasks from
the init of cogs, as it relied on asyncio.create_task that uses the currently
running loop to create the task.
The loop kwarg allows the caller to pass the loop itself if there's no running
loop yet.
|
| |\
| |
| | |
Add black-formatter to reminders overrides
|
| |/
|
|
|
|
|
|
|
| |
Adds the black-formatter channel to the remind command overrides to
allow usage of the command in the channel. This isn't the cleanest
patch, ideally the whole OSS category would be whitelisted but the
filter currently doesn't support categories.
Co-authored-by: Hassan Abouelela <[email protected]>
|
| |\
| |
| | |
Infraction: DM mention that the expiration is in UTC time
|
| | | |
|
| |/
|
| |
We have a few users DMing ModMail to ask why they haven't been unmuted and their mute should have expired. Most of the time it is simply that they forgot to convert their local time to UTC time. This can hopefully avoid some of those instances.
|
| |\
| |
| | |
Allow text format warning to remove multiple formats.
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | | |
Change to unless-stopped restart policy
|
| |/ /
| |
| |
| |
| |
| | |
Since we use the same port for redis on all out projects, having this
always restart causes conflicts for people starting up docker and
wanting to use redis for anyother project.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |\
| |
| | |
Prioritize DM over channel message for voice verification ping.
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | | |
Fix infraction rescheduler breaking with more than 100 in flight reactions
|
| | |\ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
* feat: add async-await tag
Co-authored-by: ToxicKidz <[email protected]>
Co-authored-by: Xithrius <[email protected]>
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
python-discord/vcokltfre/chore/star-imports-smallening
chore: ensmallen the star-imports tag
|
| |/ / / |
|
| | | |
| | |
| | | |
Discord.li is an alias for discord.io, a domain already on the denylist.
|
| |\ \ \ |
|
| | | | | |
|
| | |\ \ \
| |/ / /
|/| | |
| | | | |
swfarnsworth/one_help_channel
|
| |\ \ \ \
| | | | |
| | | | | |
Improve doc symbol name conflict resolution
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Symbols with the doc group refer to the pages themselves without pointing
at a specific element in the HTML. In most cases we can't properly parse those
so this change will move them out of the way for other symbols to take priority.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When both symbols are in FORCE_PREFIX_GROUPS, instead of relying on which symbol
comes later and always renaming the latter one, the symbols with a lower
priority group are moved out of the way instead of forcing the new symbol to be
moved.
This will help make relevant symbols be more likely to come up when
searching the docs.
The constant was reordered by the priority of the groups to work with this
change
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When renaming, having label.symbol etc. in the list of the renamed symbol
in the embed doesn't really provide much context on what that symbol may be
to the user. Prioritizing the package name instead should makes it clearer that
it's from an another package.
Conflicts within a package are still resolved using the previous logic
|
| | | | | |
| | | | |
| | | | |
| | | | | |
A function that did the same thing previously existed in `_cooldown.py`.
|
| | | |\ \ \
| |_|/ / /
|/| | | |
| | | | | |
swfarnsworth/one_help_channel
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Recruitment: reverse nomination order
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
This makes review appear in chronological order, making it easier to say things like "^^ what they said".
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Update pixels token regex to false match less
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Add filter for pixels API tokens
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Up duck pond threshold to 7
|
| |/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Makes duck pond entries less common, by requiring more ducks for a
message to be ducked
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Remove the extra 'as' in the floats tag
|
| |/ / / / / |
|
| | | | | | |
|
| | | |\ \ \
| |_|/ / /
|/| | | |
| | | | | |
swfarnsworth/one_help_channel
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
chore: use new moderators role in modmail tag
|
| |/ / / / |
|
| | | | |
| | | |
| | | |
| | | | |
There is essentially no cooldown as the "help cooldown" role is now always applied when one has an open help channel.
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
This implicitly creates a one channel per user rule.
|