Improved comments
This commit is contained in:
22
CHANGELOG.md
22
CHANGELOG.md
@@ -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
|
||||
|
Reference in New Issue
Block a user