mirror of
https://github.com/Mikaela/Limnoria.git
synced 2026-03-29 05:18:16 +02:00
It showed 'Not replying to <command> in None,', since channel is None in private (unlike the former msg.args[0], which was the bot's nick). I wasn't careful enough when I replaced msg.args[0] with msg.channel across the codebase.