| Commit message (Collapse) | Author | Age | Lines | 
| ...          |  | 
| | | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | |  | 
In cases where many time utility functions were being imported, this
makes the imports shorter and cleaner. In other cases, the function
names read better when they're qualified with "time"; the extra context
it adds is helpful.
 | 
| |/ / / / /  
| | | | |   
| | | | |   
| | | | |    | 
It's not used anywhere and hasn't been for a very long time.
 | 
| | | | | |  | 
 | 
| |\ \ \ \ \  
| |_|/ / /  
|/| | | |    | 
 | 
| | | | | |  | 
 | 
| |/ / / /   | 
 | 
| | | | | 
| | | | 
| | | |  | 
Not doing so could cause an error where get_channel would return none for the mod logs channel.
 | 
| |\ \ \ \  
| | | | | 
| | | | |  | 
Infraction mod-log improvements
 | 
| |/ / / /  
| | | |   
| | | |   
| | | |   
| | | |   
| | | |    | 
- Add infraction id to infraction edit modlog
- Add missing colon in "infraction applied" message
- Utilise defined infraction id variable instead of indexing dict again
 | 
| | | | | 
| | | | 
| | | |  | 
Co-authored-by: Xithrius <[email protected]>
 | 
| | | | | 
| | | | 
| | | |  | 
* adding strip-gotcha tag
 | 
| | | | | 
| | | | 
| | | |  | 
Co-authored-by: Xithrius <[email protected]>
 | 
| |\ \ \ \  
| | | | | 
| | | | |  | 
feat: added url parsing to the filter
 | 
| | | | | |  | 
 | 
| |/ / / /   | 
 | 
| | | | |  | 
 | 
| |\ \ \ \   | 
 | 
| |/ / / /   | 
 | 
| |\ \ \ \  
| | | | | 
| | | | |  | 
Display whether DM was sent to user when listing infraction(s).
 | 
| | |\ \ \ \  
| |/ / / /  
|/| | | |    | 
 | 
| |\ \ \ \ \   | 
 | 
| |/ / / / /  
| | | | |   
| | | | |   
| | | | |    | 
closes GH-2024
 | 
| |\ \ \ \ \   | 
 | 
| |/ / / / /   | 
 | 
| |\ \ \ \ \  
| | | | | | 
| | | | | |  | 
Better off topic tags
 | 
| | | | | | | 
| | | | | | 
| | | | | |  | 
Co-authored-by: dawn <[email protected]>
 | 
| | | | | | | 
| | | | | | 
| | | | | | 
| | | | | |  | 
The new `off-topic-names` tag lists all off-topic channels (in their original order: 0, 1, 2), includes an explanation of the nightly channel name change, and links to the off-topic etiquette guide.
 | 
| |/ / / / /  
| | | | |   
| | | | |   
| | | | |    | 
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.
 | 
| |\ \ \ \ \ \  
| | | | | | | 
| | | | | | |  | 
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
 | 
| | |\ \ \ \ \ \ \ \  
| |/ / / / / / / /  
|/| | | | | | | |    | 
 |