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)
评论列表
文章目录