Files
aikaterna-cogs/dictionary/info.json

17 lines
492 B
JSON
Raw Normal View History

2019-07-23 17:06:45 -07:00
{
"author": [
"UltimatePancake", "aikaterna"
2019-07-23 17:06:45 -07:00
],
"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",
2019-07-23 17:06:45 -07:00
"tags": [
"dictionary"
],
"requirements": [
"beautifulsoup4"
],
"type": "COG",
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
2019-07-23 17:06:45 -07:00
}