PythonistaGuild / TwitchIO

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

Fix message content while handling commands in reply messages #306

Closed dnns01 closed 2 years ago

dnns01 commented 2 years ago

Instead of stripping only the user who was replied to, currently only the second word of the message is set as message content when handling commands. The rest of the message got stripped to.

So @dnns01_ This is a reply was changed to This instead of This is a reply

Pull request summary

Checklist