discord-flauschbot/CHANGELOG.md

32 lines
1.2 KiB
Markdown
Raw Normal View History

2018-06-08 17:57:07 +02:00
# Selphybot Changelog
Updates are listed in reverse chronological order.
2018-06-19 12:42:53 +02:00
### 1.2
- added !help command to automatically print a list of all commands and some additional information
- finally wrote a readme
- updated wink regex
- added more misc commands
- added feedback to !complain (used to work but was forgotten when refactoring)
- use global array of pointers to commands to allow easier modification and avoid unnecessary memcpy
2018-07-16 10:58:19 +02:00
- lessen the retardation
2018-06-19 12:42:53 +02:00
### 1.1
2018-06-08 17:57:07 +02:00
- cooldowns are now stored per-user, not globally, and no longer apply in DMs
- multiple admins can now be defined in the config
- admins can now use DM-only commands anywhere
## 1.0
Marks the first release after the initial refactoring. This contains:
- the entire logic registerCommand
- various matching modes for commands
- auto moderation actions
- different switches to control command behavior
- custom functions as parameters to more advanced commands
- cooldowns for each command
- handling of newly joined users
- the ability to add an admin
- and special commands for them
- admins can use commands that are on cooldown
- lots of specific functions used on Selphy’s server
- probably more that I’m forgetting