discord-flauschbot/CHANGELOG.md

32 lines
1.2 KiB
Markdown

# Selphybot Changelog
Updates are listed in reverse chronological order.
### 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
- lessen the retardation
### 1.1
- 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