Skip to content

/user-dictionary

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

Command Description Notes
/user-dictionary help Show personal dictionary commands. Responses are shown only to you.
/user-dictionary add Add an entry to your personal dictionary. Up to 100 entries.
/user-dictionary remove Remove an entry from your personal dictionary. Word names support autocomplete.
/user-dictionary export Export your personal dictionary. Supports csv, json, and colon.
/user-dictionary import Import your personal dictionary. 1MB limit. Re-importing exported JSON is recommended.
/user-dictionary list Show your personal dictionary list. Responses are shown only to you.
/user-dictionary search Search your personal dictionary. Responses are shown only to you.
/user-dictionary reset Reset 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.