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