aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bot/exts/moderation/test_modlog.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move modlog method to util (#2877)Gravatar wookie1842024-01-08-1/+3
|
* Revert "Update all references of discord.py to disnake"Gravatar Chris Lovering2022-03-15-2/+2
| | | | This reverts commit 960619c23300c56c8aaa454edc7241e2badf80ad.
* Update all references of discord.py to disnakeGravatar Chris Lovering2022-03-05-2/+2
| | | | All of the tag content is out of scope for this PR.
* Bump embed limit to 4096 charactersGravatar Matteo Bertucci2021-07-02-1/+1
|
* Rename "cogs" directory to "exts"Gravatar MarkKoz2020-08-14-0/+29
The directory contains modules, which are extensions. It only indirectly contains cogs through the extensions. Therefore, a technically more accurate name is "extensions", or "exts" when abbreviated. Furthermore, "exts" is consistent with SeasonalBot.