Releases: Steam-Chat-Bot/SteamChatBot
Releases · Steam-Chat-Bot/SteamChatBot
0.7.1
- Add command usage
- If you type in just the command, nothing after it, the bot will tell you how to use the command, for example, typing in
!translate
the bot will say!translate <word> <fromlang> <tolang>
- If you see <> around an argument it is mandatory, if you see [] it is optional
- If you type in just the command, nothing after it, the bot will tell you how to use the command, for example, typing in
0.7.0
- New triggers
TranslateTrigger
- Translates a single word from one language to another using hablaa.com- Language codes are here (sorry for this, I will add a bot command in the future to make it easier)
ChooseTrigger
- Chooses one item from a set
- Better error logging
- Error log in console now shows what the error is
- Errors are written to a file located in username/logs/errors
0.6.1
0.6.0
- Switch main branch back to
master
fromgh-pages
- New triggers
YoutubeTrigger
- Searches Youtube for the top result (requires API key)GoogleTrigger
- Searches Google for the top resultMessageIntervalTrigger
- Says something in chat on an intervalChangeNameTrigger
- Change the bot's name with a command
- Bug fixes
- chatbots.txt is no longer hidden and won't create multiple lines with the same username
- Other changes
- Triggers requiring API keys will now direct you to the website that you get it from
- Added "delete" option in
NotificationTrigger
to delete one filter without deleting all of them - Delete useless code in BaseTrigger for getting options
- Triggers will no longer be added out of order
- When triggers were added in past I added them in numerical order which messed up old triggers that people had. This release I added them in the correct order (I think) so old triggers shouldn't be affected