scarletcafe / jishaku

A debugging and testing cog for discord.py rewrite bots.
https://jishaku.readthedocs.io/en/latest/
MIT License
541 stars 181 forks source link

Fix `me` attribute error in DM #157

Closed z03h closed 2 years ago

z03h commented 2 years ago

Rationale

title

Summary of changes made

ctx.guild.me -> ctx.me

Checklist