mirror of
https://github.com/reality/dbot.git
synced 2026-04-26 04:28:09 +02:00
Tell wordnik to use the canonical version of the word where available (to avoid responses like "the plural of 'cat'" when doing "~define cats" - just tell me what cats are dammit)
## words Adds various functionality for words. ### Description This module provides commands which allows users to have various functionality for words, such as defining, getting the etymology and jimble the letters. To achieve that, this module seeks the wordnik database. ### Dependencies It has following dependencies: + [node-wordnik](https://github.com/cpetzold/node-wordnik) ### config.json api_key : most likely the wordnik developer homepage ### Commands #### ~define [word] Seeks wordnik database and replys with a definition. Example: + ~define Spaghetti #### ~etymology [word] Seeks wordnik database and replys with its etymology. Example: + ~etymology Spaghetti #### ~jimble [word] Jimbles the letters of a word. Example: + ~jimble Spaghetti ### TODO