| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2022-03-15 | Revert "Update all references of discord.py to disnake" | -735/+734 | ||
| This reverts commit 960619c23300c56c8aaa454edc7241e2badf80ad. | ||||
| 2022-03-15 | Revert "Migrate to use monkey patches from botcore" | -191/+202 | ||
| This reverts commit ab073c89ad37c26eb4103ef0ca58e16421bca875. | ||||
| 2022-03-15 | Revert "No longer use Interaction.message, as it was removed from disnake" | -11/+15 | ||
| This reverts commit a1c73b5eca88d1b92cd42d3c41183387209461b9. | ||||
| 2022-03-14 | Increase watch API call limit to 10,000 | -1/+1 | ||
| 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. | ||||