Files
aikaterna-cogs/dictionary/info.json
2019-07-23 17:06:45 -07:00

17 lines
332 B
JSON

{
"author": [
"UltimatePancake"
],
"description": "Gets definitions for given words",
"install_msg": "`[p]define <word>` to define a word after loading the cog with `[p]load dictionary`.",
"requirements": [
"PyDictionary"
],
"short": "Gets definitions for given words",
"tags": [
"dictionary"
],
"type": "COG"
}