| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | |/ /
| | |
| | |
| | | |
Rename `off-topic` tag to `ot` and shorten description to only include mention of the less-occupied #ot2 off-topic channel.
|
| | |\ \
| | | |
| | | | |
Clean improvements
|
| | | |\ \
| | |/ /
| |/| | |
|
| | | | |
| | | |
| | | |
| | | | |
Co-authored-by: ToxicKidz <[email protected]>
Co-authored-by: Xithrius <[email protected]>
|
| | |\ \ \
| | | | |
| | | | | |
Bump lxml from 4.6.3 to 4.6.5
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.5.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.3...lxml-4.6.5)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| | |\ \ \
| | | | |
| | | | | |
Remove myself from the code ownership
|
| | |/ / / |
|
| | |\ \ \
| | | | |
| | | | | |
Remove deprecated server voice region
|
| | |/ / /
| | | |
| | | | |
Discord's current model for voice regions is setting it per server. Hence, the "Voice region" section in the server info tag will always display as "deprecated". This pull request removes it.
|
| | | | |
| | | |
| | | |
| | | | |
When specifying all channels, the command now skips private channels to optimize for speed.
|
| | | | |
| | | |
| | | |
| | | | |
Previously the cache was only used to delete from all channels. I didn't add a channels check when I changed it.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removes the cache usage argument from the clean commands.
Cache usage is now an implementation detail.
The cache will be used if the age of the oldest message requested for cleaning is younger than the oldest message in the cache.
Additionally fixes the logger to the one used in the rest of the bot (caused by a faulty merge).
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
All clean commands now use the clean limit (message, time delta, ISO datetime) instead of `traverse`.
Consequently, `clean all` has been removed as `clean until` now effectively fulfills that role.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Co-authored-by: TizzySaurus <[email protected]>
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Co-authored-by: Johannes Christ <[email protected]>
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Reference: https://discord.com/channels/267624335836053506/635950537262759947/918455823921995826
|
| |/ / /
| | |
| | |
| | | |
This convertor is used to convert hours/minutes in 12/24 hour format to a datetime object using today's datetime as the base.
|
| |\ \ \
| | | |
| | | | |
Reduce threshold before fuzzy matching to 2
|
| |/ / /
| | |
| | |
| | |
| | |
| | | |
Commands such as !ot, !if, !xy are commonly used as shortcuts to their respective tags. We recently upped the threshold before fuzzy matching to 3 characters, which broke these shortcuts.
This commit reduces that threshold down to 2, so users who are used to those commands can still use them.
|
| |\ \ \
| | | |
| | | | |
Move static content site commands to tags
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Discord does validation on the embed url which may fail for valid
local urls
|
| | | | | |
|
| | | | | |
|
| |/ / / |
|
| |\ \ \
| | | |
| | | | |
Add tag groups and in file metadata
|
| | |\ \ \
| |/ / /
|/| | | |
|
| |\ \ \ \
| | | | |
| | | | | |
Modpings schedule
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
fix: parse whitespace out of pep titles
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Make snekbox url an env var
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
An issue with snekbox in our cluster has meant that we want to send requests to an external service temporarily while we get this fixed.
Making this an env var means we can change this whenever needed in future without leaking the external service's url.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Update username checks
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Ss soon as we get a match for a bad name, return it, rather than running it against the rest of the filters.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
tokens again
|