Skip to content

/user-dictionary

/user-dictionary manages your personal dictionary. Unlike the shared server dictionary, this only affects your own reading behavior.

CommandDescriptionNotes
/user-dictionary helpShow personal dictionary commands.Responses are shown only to you.
/user-dictionary addAdd an entry to your personal dictionary.Up to 100 entries.
/user-dictionary removeRemove an entry from your personal dictionary.Word names support autocomplete.
/user-dictionary exportExport your personal dictionary.Supports csv, json, and colon.
/user-dictionary importImport your personal dictionary.1MB limit. Re-importing exported JSON is recommended.
/user-dictionary listShow your personal dictionary list.Responses are shown only to you.
/user-dictionary searchSearch your personal dictionary.Responses are shown only to you.
/user-dictionary resetReset your personal dictionary.Shows a confirmation button.
/user-dictionary add Word:w Reading:lol Regex:false
/user-dictionary export format:json
/user-dictionary search Query:lol

Register a word and its reading in your personal dictionary.

/user-dictionary add Word:w Reading:lol Regex:false

Notes:

  • You can register up to 100 entries.
  • Adding the same word again overwrites the existing entry.
  • Regex is also supported here.

Delete an entry from your personal dictionary.

/user-dictionary remove Word:w

Export your personal dictionary as a file.

/user-dictionary export format:csv
/user-dictionary export format:json

Import a personal dictionary file.

/user-dictionary import file:dictionary.json

Notes:

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

Show your registered personal dictionary entries.

/user-dictionary list

Search your personal dictionary.

/user-dictionary search Query:lol

Reset your personal dictionary.

/user-dictionary reset

Notes:

  • Responses are usually shown only to you.
  • A confirmation button is shown before execution.