/dictionary-bot

A Discord.js dictionary bot that uses the Merriam-Webster API

Primary LanguageJavaScriptMIT LicenseMIT

Dictionary Discord Bot 📖📚


A Discord bot that provides definitions, word of the day, synonyms, and more!

Configuration & Setup

Install Dependencies

Clone or fork the repo and install dependencies by running npm install if using npm or yarn install if using yarn.

Add Credentials [WIP]

  1. Run cp .env.example .env to store your tokens and keys.
  2. Modify the .env file to store your DISCORD_TOKEN and COMMAND_PREFIX (default !)

Running the bot

Simply run node bot.js or nodemon bot.js if using nodemon

Built With:

This project was bootstrapped using the Discord Bot Boilerplate.