aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/repeat.py
Commit message (Collapse)AuthorAgeFilesLines
* Create `create_embed` template to replace `discord.Embed()`Parker2024-11-281-65/+21
| | | | | | - Auto-set color to BOT_COLOR - Set footer to timestamp (overridden is timestamp is passed) - Optional thumbnail
* `black --line-length 79`Parker2024-10-311-5/+17
|
* Move files to `utils` folderParker2024-07-201-1/+1
|
* Add proper references for all remaining commandsParker2024-07-121-2/+2
|
* Consolidate config validation and variables to `config.py`Parker2024-06-261-1/+1
|
* Show ephemeral messages if repeating is already onParker2024-05-131-1/+43
|
* Black code reformatParker2024-03-311-0/+79