def convert(self, ctx, arg): if not ctx.guild: raise commands.NoPrivateMessage role = await super().convert(ctx, arg) await _check_role(ctx, role, thing='an auto-assign') return role