def notify_error(self, channel: discord.TextChannel, text: str):
embed = discord.Embed(title='\N{WARNING SIGN} Feed error', description=text, color=0xff4747)
try:
await channel.send(embed=embed)
except discord.Forbidden:
# wow
pass
评论列表
文章目录