OGSegu / Twitch-View-Bot

First open-source really working view bot for Twitch
MIT License
65 stars 41 forks source link

Refactor code #33

Closed rpinzon closed 3 years ago

rpinzon commented 3 years ago

I refactored the code to remove unused code, change access modifiers and make the code a little bit clear. I also moved some configuration entries from ViewBot class to the Configs interface.

OGSegu commented 3 years ago

In general, it looks great to me. Fix the comment above and I'll merge it.