Ruby-Cogs/translator/info.json
Valerie db4d51f5a3
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
Add Translator Cog
2025-05-24 01:12:09 -04:00

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"
}