mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-03-06 22:40:43 +01: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.