Skip to content

Releases: Steam-Chat-Bot/SteamChatBot

0.7.1

23 Dec 19:51
Compare
Choose a tag to compare
  • 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

0.7.0

20 Dec 04:32
Compare
Choose a tag to compare
  • 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

15 Nov 03:11
Compare
Choose a tag to compare
  • Fix bot crashing when a user is promoted/demoted in chat

0.6.0

06 Nov 21:34
Compare
Choose a tag to compare
  • Switch main branch back to master from gh-pages
  • New triggers
    • YoutubeTrigger - Searches Youtube for the top result (requires API key)
    • GoogleTrigger - Searches Google for the top result
    • MessageIntervalTrigger - Says something in chat on an interval
    • ChangeNameTrigger - 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

0.5.1

04 Nov 02:51
Compare
Choose a tag to compare

Bug fixes

  • Make AcceptChatInviteTrigger actually accept invites
  • Make NoteTrigger not crash when it's added
  • Change default NotificationTrigger file location to username/notification.json

0.5.0

26 Sep 00:45
Compare
Choose a tag to compare
  • Add NotificationTrigger
    • Uses Pushbullet to notify users when certain words are said in chat
    • !seen command shows when a person was last in chat

0.4.1

25 Sep 04:56
Compare
Choose a tag to compare
  • Fix the "rooms" option in some triggers. Now if you specify a room that trigger will only work in that room
  • Fix (hopefully) the bot's name being changed to "[unassigned]" sometimes

0.4.0

24 Sep 17:57
Compare
Choose a tag to compare
  • Finish NoteTrigger
    • Users can add "notes", which are messages the bot can save and access later. They are separated by group so someone in group 2 cannot access group 1's notes

0.3.5

23 Sep 21:09
Compare
Choose a tag to compare
  • Fix problem with 2FA login not working (close #4, thanks @MasonR112)
  • Add NoteTrigger. This trigger does not work yet. Do not use it.

0.3.4

22 Sep 02:58
Compare
Choose a tag to compare
  • Fix OnEnteredChat so DoormatTrigger isn't triggered when someone leaves
  • Remove publish folder. I will not be using clickonce anymore (sorry @Efreak)