MitchellAW/FlandersBOT

Custom prefix error when commands are used in DMs

MitchellAW opened this issue · 1 comments

Errors are currently experienced when using commands in DMs, due to calls to ctx.guild.id and message.guild.id without confirming if bot is in a guild.

Fixed with: 3723d9f