Closed PythooonUser closed 7 years ago
What about those questions @JoshuaSkelly?
I think for the time we can leave out commercials and hosting.
I don't think we need any tests for this. As you said, the underlying method is tested. As long as you've manually tested the new commands, I'm happy.
I did. Hopefully I did not screw it up :D
Summary
I felt like adding these methods since we have some moderation commands built in but not all of them.
Currently available:
Adding:
Questions
QUESTION: There are also commands for playing commercials, hosting and unhosting other channels. I do not feel these to be directly related to the chat. Do we want to add them anyways or not?
QUESTION: Are there any unit tests I can add for those new methods? They are just wrappers for the
TwitchObserver.send_message
method so I'm not sure how to deal with it. Having a test forsend_message
is sufficient?