DEV Community

Discussion on: Let's make a Twitch bot with Python!

Collapse
 
stevoisiak profile image
Stevoisiak • Edited

Why does event_ready() use send_privmsg() instead of channel.send()?

The method documentation says privmsg "should only be used directly in rare circumstances where a twitchio.abcs.Messageable is not available."