Improved comments

This commit is contained in:
2024-10-18 15:05:47 -05:00
parent 3e36b3839b
commit 8da2c94dcd
2 changed files with 43 additions and 13 deletions

View File

@@ -1,12 +1,17 @@
# Changelog
## Release Version 1.2
- General purpose functions have been split off into IzzComLib
- Improved fallbacks for file-reading commands
- Data files for the official instance have been split into a separate repo
## Release Version 1.1
- Echobox
- Check whether the message is already in the database
- Make sure it doesn't say what was just added
- Prevent adding `@everyone` or other mentions to the echobox
- Change shutdown message to reaction
- Update MOTD to support exact dates
- Checks whether the message is already in the database
- Makes sure it doesn't say what was just added
- Prevents adding `@everyone` or other mentions to the echobox
- Changed shutdown message to reaction
- Updated MOTD to support exact dates
- Optional startup message supplied by program args
- New aliases
- `?illuminati`
@@ -21,10 +26,9 @@
- `?dice` - Rolls a 6-sided die (default) or takes input on size
- `?coin` - Flips a coin (default) or takes input on number of coins to flip
- `?8ball` - Standard "fortune telling"
- Fix issue if user doesn't have a nickname set
- Add new file saving queue system
- Update `?help` with new features
- Use Embed Builder for nicer-looking display
- Fixed issue if user doesn't have a nickname set
- Added new file saving queue system
- Updated `?help` with new features, using Embed Builder for nicer-looking display
## Release Version 1.0 (Minimum Viable Product)
- Save / Load settings from file