def on_endvote_error(self, exception, ctx): if isinstance(exception, MissingRequiredArgument()): await self.bot.send_message(ctx.message.channel, "Oops, I need a message id to end the vote")