def star_update_error(self, error, ctx):
if isinstance(error, commands.CommandOnCooldown):
if checks.is_owner_check(ctx.message):
await ctx.invoke(self.star_update)
else:
await self.bot.say(error)