_musicplayer.py 文件源码

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

项目:modis 作者: Infraxion 项目源码 文件源码
def add_reactions(self):
        """Adds the reactions buttons to the current message"""
        self.statuslog.info("Loading buttons")
        for e in ("?", "?", "?", "?", "??", "??", "??"):
            try:
                if self.embed is not None:
                    await client.add_reaction(self.embed.sent_embed, e)
            except discord.DiscordException as e:
                logger.exception(e)
                self.statuslog.error("I couldn't add the buttons. Check my permissions.")
            except Exception as e:
                logger.exception(e)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号