def p7zip(self):
"""Download 7zip"""
embed = discord.Embed(title="Download 7zip", color=discord.Color(0x0000ff))
embed.set_thumbnail(url="http://i.imgur.com/cX1fuf6.png")
embed.url = "http://www.7-zip.org/download.html"
embed.description = "To be able to extract .7z files you need 7zip installed, get it here."
await self.bot.say("", embed=embed)
评论列表
文章目录