Info.json cleanup
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
{
|
||||
"author": [
|
||||
"UltimatePancake", "aikaterna"
|
||||
],
|
||||
"description": "Gets definitions, antonyms, or synonyms for given words",
|
||||
"install_msg": "After loading the cog with `[p]load dictionary`, use [p]help Dictionary to view commands.",
|
||||
"short": "Gets definitions, antonyms, or synonyms for given words",
|
||||
"tags": [
|
||||
"dictionary"
|
||||
],
|
||||
"requirements": [
|
||||
"beautifulsoup4"
|
||||
],
|
||||
"type": "COG",
|
||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||
"author": ["UltimatePancake", "aikaterna"],
|
||||
"description": "Gets definitions, antonyms, or synonyms for given words",
|
||||
"install_msg": "After loading the cog with `[p]load dictionary`, use [p]help Dictionary to view commands.",
|
||||
"short": "Gets definitions, antonyms, or synonyms for given words",
|
||||
"tags": ["dictionary", "synonym", "antonym"],
|
||||
"requirements": ["beautifulsoup4"],
|
||||
"type": "COG",
|
||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user