| Commit message (Collapse) | Author | Lines |
|
Previously this would raise an error within site due to the invalid regexp.
|
|
Co-authored-by: ChrisJL <[email protected]>
|
|
We can use this cog to get a URL with resources filtered by the terms
input by the user in the Discord command.
|
|
|
|
|
|
|
|
When a user leaves and rejoins, and then asks for the voice verification role back in modmail, we want a way to see if they have every been given the role.
By removing this modlog ignore, it allows us to check the user-log channel for user updates to see if they were ever assigned the role.
|
|
|
|
|
|
|
|
|
|
This reverts commit a30f8856cc24e6b42fc86ab972d605bfe2562075.
|
|
This reverts commit 960619c23300c56c8aaa454edc7241e2badf80ad.
|
|
This reverts commit ab073c89ad37c26eb4103ef0ca58e16421bca875.
|
|
This reverts commit a1c73b5eca88d1b92cd42d3c41183387209461b9.
|
|
By default, the site infractions query API will only return 100 records,
but we have more active watches than this meaning that the response
truncated active infractions and so the bigbrother cog was not
initialising with all active watches.
This change ensures that up to 10,000 watches are fetched instead meaning no
infractions will be truncated and missed.
|