Skip to content

/dictionary

/dictionary manages the dictionary shared across the whole server. Use it when you want specific words to be read in a different way.

CommandDescriptionNotes
/dictionary helpShow dictionary command help.Useful for checking the available dictionary operations.
/dictionary addAdd a word to the dictionary.Regular expressions require a higher plan.
/dictionary removeRemove a word from the dictionary.Word names support autocomplete.
/dictionary exportExport the dictionary.Supports csv, json, and colon.
/dictionary importImport the dictionary.1MB limit. Re-importing exported JSON is recommended.
/dictionary listShow the dictionary list.Uses pagination.
/dictionary searchSearch the dictionary.Uses partial matching.
/dictionary resetReset the dictionary.Shows a confirmation button.
/dictionary syncSync the dictionary to other KuronekoServer TTS bots.Overwrites the destination dictionary.
/dictionary add Word:krnk Reading:Kuroneko Regex:false
/dictionary remove Word:krnk
/dictionary export format:json
/dictionary search Query:Kuroneko

Register a word and its reading.

/dictionary add Word:hello Reading:hullo Regex:false

Notes:

  • 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.

Delete an existing entry.

/dictionary remove Word:hello

Export the dictionary as a file.

/dictionary export format:csv
/dictionary export format:json
/dictionary export format:colon

Import a dictionary file.

/dictionary import file:dictionary.json

Notes:

  • Files larger than 1MB cannot be imported.
  • Re-importing the JSON exported by /dictionary export format:json is recommended.

Show the registered dictionary entries.

/dictionary list

Search the registered dictionary.

/dictionary search Query:hello

Reset the server dictionary.

/dictionary reset

Sync the current server dictionary to other KuronekoServer TTS bots.

/dictionary sync

Notes:

  • The destination dictionary will be overwritten.
  • A confirmation button is shown before execution.