FrozenTear7 / twitch-spambot

An automated twitch spam user
MIT License
33 stars 11 forks source link

Fix multiple messages being sent and minor QoL additions #12

Closed FrozenTear7 closed 3 years ago

FrozenTear7 commented 3 years ago

Description Move posting checks to sayInChannel to prevent multiple messages being sent, which happened occasionally. Double the scores for identical messages. Also add better log styling and fixed tests for new features.

Changes Please list all new additions to the project:

  1. Fixes for multiple posts
  2. Double scores for identical messages
  3. Add spacing in logs for scores so they line up
  4. Fix appropriate tests
  5. Change the default value of score to 5 due to new scoring

Testing Fixed accordingly to the new changes