missed a comma
This commit is contained in:
parent
5c7bdec5ed
commit
0424e9aad2
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user