Ruby-Cogs/translator/info.json

21 lines
No EOL
773 B
JSON

{
"name": "Translator",
"short": "Translate messages in different languages",
"description": "A feature-rich translation cog that allows you to translate messages by replying to them or using slash commands. Supports multiple languages using Google Translate, with configurable embed/text display, user mentions, and ephemeral responses.",
"end_user_data_statement": "This cog stores guild-specific settings for embed display preferences. No personal user data is stored.",
"author": [
"Valerie"
],
"required_cogs": {},
"requirements": [
"googletrans==3.1.0a0"
],
"tags": [
"utility",
"translation"
],
"min_bot_version": "3.5.0",
"hidden": false,
"disabled": false,
"type": "COG"
}