Teekeks / pyTwitchAPI

A Python 3.7 compatible implementation of the Twitch API, EventSub, PubSub and Chat
https://pytwitchapi.dev
MIT License
256 stars 38 forks source link

Add send() shorthand for ChatCommand #150

Closed Teekeks closed 1 year ago

Teekeks commented 1 year ago

currently, if you want to send a message when a command is triggered, you have to use the bot global send_message function. A shorthand inside the ChatCommand class would make a really common action easier.