PythonistaGuild / TwitchIO

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

Handle commands in replies without changing message.content #308

Closed dnns01 closed 2 years ago

dnns01 commented 2 years ago

Pull request summary

At the moment, the message that is stored in a commands context will be changed. With this PR, the bug with replies will be fixed without changing the message itself.

Checklist

dnns01 commented 2 years ago

My last commit is after running through black, as I noticed the fail. So at that commit the lint check shoulg pass.