missed a comma

This commit is contained in:
Luke Robles 2022-09-26 11:18:52 -07:00
parent 28213fb9fd
commit 20a41efa04

View File

@ -238,10 +238,7 @@ def get_help_message(method):
def get_help_embed(bot): def get_help_embed(bot):
categories = { categories = {
"game APIs" :[ "game APIs": ["bf5", "ffxiv"],
"bf5",
"ffxiv"
],
"Fun things": [ "Fun things": [
"clap", "clap",
"excuse", "excuse",
@ -260,7 +257,7 @@ def get_help_embed(bot):
"simp", "simp",
"tweet", "tweet",
"wasted", "wasted",
] ],
"Utilities": [ "Utilities": [
"8ball", "8ball",
"ask", "ask",