thelabcat / rumble-chat-actor

Interact with the chat of your livestreams in Python
GNU General Public License v3.0
2 stars 0 forks source link

Most message actions will not delete the message, make returning True mean deletion #18

Closed thelabcat closed 1 month ago

thelabcat commented 1 month ago

Currently, if a message action is left in its default state and returns None, the actor takes that to mean the message has been deleted. I think this should be reversed. Make deletion be the one that requires an express return.