def pm_check(self, ctx): if rewrite(): return isinstance(ctx.channel, discord.DMChannel) else: return ctx.message.channel.is_private