stars.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:epicord-bot 作者: Epicord 项目源码 文件源码
def star_show_error(self, error, ctx):
        if isinstance(error, commands.CommandOnCooldown):
            if checks.is_owner_check(ctx.message):
                await ctx.invoke(self.star_show)
            else:
                await self.bot.say(error)
        elif isinstance(error, commands.BadArgument):
            await self.bot.say('That is not a valid message ID. Use Developer Mode to get the Copy ID option.')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号