PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
798 stars 162 forks source link

Sending a message to a channel #279

Closed 12932 closed 2 years ago

12932 commented 2 years ago

How can I sent a message to a channel? The documentation isn't very helpful, neither is the quick-start.. Surely this is something most bots would need?

EvieePy commented 2 years ago

I mean the docs clearly state how to... https://twitchio.readthedocs.io/en/latest/reference.html#twitchio.Channel.send

12932 commented 2 years ago

Thanks, I was looking in the client reference. I didn't think send would be tightly coupled with a Channel

EvieePy commented 2 years ago

Np. Feel free to join the discord found on the repo readme for further help or open a new issue.