21 lines
No EOL
581 B
JSON
21 lines
No EOL
581 B
JSON
{
|
|
"name": "Translator",
|
|
"short": "Translate messages in different languages",
|
|
"description": "A cog that allows you to translate messages by replying to them. Supports multiple languages using Google Translate.",
|
|
"end_user_data_statement": "This cog does not store any user data.",
|
|
"author": [
|
|
"Valerie"
|
|
],
|
|
"required_cogs": {},
|
|
"requirements": [
|
|
"googletrans==3.1.0a0"
|
|
],
|
|
"tags": [
|
|
"utility",
|
|
"translation"
|
|
],
|
|
"min_bot_version": "3.5.0",
|
|
"hidden": false,
|
|
"disabled": false,
|
|
"type": "COG"
|
|
} |