From 13a094798f2f81a178372f3750cfb17546c5b4e0 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Mon, 26 Sep 2022 11:15:30 -0700 Subject: [PATCH] Updating some of the help method sections --- app/help_methods.py | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/app/help_methods.py b/app/help_methods.py index d8466560..4b3414ea 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -238,29 +238,30 @@ def get_help_message(method): def get_help_embed(bot): categories = { - "fun": [ + "game APIs" :[ "bf5", + "ffxiv" + ], + "Fun things": [ "clap", "excuse", - "ffxiv", "greentext", "homepage", - "horny", - "lewd", "meme", "message", "nft", "owo", - "roll", - "simp", "sus", - "trackdays", "verify", - "wasted", "wordle", - "youtube", ], - "util": [ + "image utils": [ + "horny", + "simp", + "tweet", + "wasted", + ] + "Utilities": [ "8ball", "ask", "corona", @@ -270,12 +271,15 @@ def get_help_embed(bot): "info", "issue", "poll", + "roll", "stock", + "trackdays", "tts", "vc", "wallpaper", + "youtube", ], - "users": ["help", "invite", "purge", "roles", "source"], + "user tools": ["help", "invite", "purge", "roles", "source"], "pictures of animals": [ "birb", "cat", @@ -305,6 +309,7 @@ def get_help_embed(bot): "highfive", "hug", "kiss", + "lewd", "lick", "neko", "nom",