def on_greeting_error(self, exception, ctx): if isinstance(exception, MissingRequiredArgument): await self.bot.send_message(ctx.message.channel, "Oops, you need to specify `on` or `off`")