|  | Commit message (Collapse) | Author | Lines | 
|---|
|  | This changes all functions that reference voice_ban to voice_mute instead, which comes with breaking front-end changes.
These front end changes are desirable, so that moderators get used to use voice_mute now, rather than voice_ban, in preparation for when we roll out real voice_bans. | 
|  | This commit changes all of the back-end so that it is in line with the new site API (see this PR https://github.com/python-discord/site/pull/608).
This comes with no changes to commands, or functions definitions. | 
|  |  | 
|  | Fix format from `[link](text)` to `[text](link)` so that the link will
be formatted as it should be. | 
|  |  | 
|  |  | 
|  |  | 
|  | They're equivalent for UTC. Get rid of the extra import. | 
|  |  | 
|  | This moves the regex closer to the place actually using the regex, and removes the need for a regex.py file entirely. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Not doing so could cause an error where get_channel would return none for the mod logs channel. | 
|  | - 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]> |