Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.45 KB

README.md

File metadata and controls

26 lines (24 loc) · 1.45 KB

Seamless translation between two languages in one channel. Or manual translation to various languages.

Fluent uses google translate by default, with Flowery as a fallback.

Fluent also supports the Deepl tranlsation api.
1. Register your free Deepl account Here.
2. Obtain your API key Here.
3. Set your API key with:
[p]set api deepl key YOUR_KEY_HERE

If a deepl key is set, it will use that before falling back to google translate and then flowery.

[p]serverlocale

Check the current server's locale

  • Usage: [p]serverlocale

[p]translate (Hybrid Command)

Translate a message

  • Usage: [p]translate <to_language> [message]
  • Slash Usage: /translate <to_language> [message]

[p]fluent

Base command

  • Usage: [p]fluent
  • Restricted to: MOD

[p]fluent add

Add a channel and languages to translate between

Tip: Language 1 is the first to be converted. For example, if you expect most of the conversation to be
in english, then make english language 2 to use less api calls.

  • Usage: [p]fluent add <language1> <language2> [channel=None]

[p]fluent view

View all fluent channels

  • Usage: [p]fluent view

[p]fluent remove

Remove a channel from Fluent

  • Usage: [p]fluent remove [channel=None]
  • Aliases: delete, del, and rem