/dictionary
/dictionary
Section titled “/dictionary”Overview
Section titled “Overview”/dictionary manages the dictionary shared across the whole server. Use it when you want specific words to be read in a different way.
Subcommands
Section titled “Subcommands”| Command | Description | Notes |
|---|---|---|
| /dictionary help | Show dictionary command help. | Useful for checking the available dictionary operations. |
| /dictionary add | Add a word to the dictionary. | Regular expressions require a higher plan. |
| /dictionary remove | Remove a word from the dictionary. | Word names support autocomplete. |
| /dictionary export | Export the dictionary. | Supports csv, json, and colon. |
| /dictionary import | Import the dictionary. | 1MB limit. Re-importing exported JSON is recommended. |
| /dictionary list | Show the dictionary list. | Uses pagination. |
| /dictionary search | Search the dictionary. | Uses partial matching. |
| /dictionary reset | Reset the dictionary. | Shows a confirmation button. |
| /dictionary sync | Sync the dictionary to other KuronekoServer TTS bots. | Overwrites the destination dictionary. |
Examples
Section titled “Examples”/dictionary add Word:krnk Reading:Kuroneko Regex:false/dictionary remove Word:krnk/dictionary export format:json/dictionary search Query:Kuroneko/dictionary add
Section titled “/dictionary add”Register a word and its reading.
/dictionary add Word:hello Reading:hullo Regex:falseNotes:
- The entry count limit and the maximum length for words and readings depend on your plan.
- Regex entries require Advance Plan or above.
- Adding the same word again overwrites the existing entry.
/dictionary remove
Section titled “/dictionary remove”Delete an existing entry.
/dictionary remove Word:hello/dictionary export
Section titled “/dictionary export”Export the dictionary as a file.
/dictionary export format:csv/dictionary export format:json/dictionary export format:colon/dictionary import
Section titled “/dictionary import”Import a dictionary file.
/dictionary import file:dictionary.jsonNotes:
- Files larger than 1MB cannot be imported.
- Re-importing the JSON exported by
/dictionary export format:jsonis recommended.
/dictionary list
Section titled “/dictionary list”Show the registered dictionary entries.
/dictionary list/dictionary search
Section titled “/dictionary search”Search the registered dictionary.
/dictionary search Query:hello/dictionary reset
Section titled “/dictionary reset”Reset the server dictionary.
/dictionary reset/dictionary sync
Section titled “/dictionary sync”Sync the current server dictionary to other KuronekoServer TTS bots.
/dictionary syncNotes:
- The destination dictionary will be overwritten.
- A confirmation button is shown before execution.