| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| { | ||
| ChatUser GetOrCreateChatUser(string displayName, ChatUser chatUser = null); | ||
| bool NeedToWatchUser(string displayName); | ||
| bool NeedToWatchUser(string displayName, ChatUser chatUser); |
There was a problem hiding this comment.
No need to pass both displayName and chatUser, because the former is on the latter.
Sorry, something went wrong.
|
Removed the unnecessary ChatUser parameter |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This excludes known bots from earning coins while in chat by using the api from https://twitchbots.info/
Closes #154