# Dictionary Look up word definitions using the [Free Dictionary API](https://dictionaryapi.dev/). ## Usage Type in ``, where prefix is the configured prefix (default in [Configuration](#Configuration)). ## Configuration ```ron // /dictionary.ron Config( prefix: ":def", max_entries: 5, ) ```