missed a comma
This commit is contained in:
parent
63857bad0f
commit
01af79cec6
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user