meta.py 文件源码

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

项目:Harmonbot 作者: Harmon758 项目源码 文件源码
def help_other(self, ctx):
        '''Additional commands and information'''
        # TODO: Update
        # TODO: Add last updated date?
        embed = discord.Embed(title = "Commands not in {}help".format(ctx.prefix), color = clients.bot_color)
        avatar = ctx.message.author.avatar_url or ctx.message.author.default_avatar_url
        embed.set_author(name = ctx.message.author.display_name, icon_url = avatar)
        embed.description = "See `{}help` for the main commands".format(ctx.prefix)
        embed.add_field(name = "Conversion Commands", value = "see `{}conversions`".format(ctx.prefix), inline = False)
        embed.add_field(name = "In Progress", value = "gofish redditsearch roleposition rolepositions taboo userlimit webmtogif whatis", inline = False)
        embed.add_field(name = "Misc", value = "invite randomgame test test_on_message", inline = False)
        embed.add_field(name = "Owner Only", value = "allcommands changenickname deletetest cleargame clearstreaming echo eval exec load reload repl restart servers setgame setstreaming shutdown unload updateavatar", inline = False)
        embed.add_field(name = "No Prefix", value = "@Harmonbot :8ball: (exactly: f|F) (anywhere in message: getprefix)", inline = False)
        await self.bot.say(embed = embed)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号