Implements commands for translating text into roleplay languages like Valspiren, Elvish, and Draconic, ported from a web application.
17 lines
622 B
JSON
17 lines
622 B
JSON
{
|
|
"author": [
|
|
"unstableCogs"
|
|
],
|
|
"install_msg": "Thank you for installing the Translator cog. Use the `/translate` command to get started.",
|
|
"name": "Translator",
|
|
"short": "Translates text into various fantasy and fun languages.",
|
|
"description": "A feature-rich translator cog ported from a web application. Supports numerous languages from Common to Valspiren, Sinary, and more. Includes a command to list all available languages.",
|
|
"tags": [
|
|
"translate",
|
|
"fun",
|
|
"roleplay",
|
|
"language"
|
|
],
|
|
"requirements": [],
|
|
"end_user_data_statement": "This cog does not store any end user data."
|
|
} |