From b64c67a98bc9cf63ec9bd236f26b95119ef9cbd1 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Mon, 26 Sep 2022 11:18:52 -0700 Subject: [PATCH] missed a comma --- app/help_methods.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/help_methods.py b/app/help_methods.py index 4b3414ea..fa6c7fcf 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -238,10 +238,7 @@ def get_help_message(method): def get_help_embed(bot): categories = { - "game APIs" :[ - "bf5", - "ffxiv" - ], + "game APIs": ["bf5", "ffxiv"], "Fun things": [ "clap", "excuse", @@ -260,7 +257,7 @@ def get_help_embed(bot): "simp", "tweet", "wasted", - ] + ], "Utilities": [ "8ball", "ask",