An open API service indexing awesome lists of open source software.

https://github.com/abdultolba/dictionary-bot

A Discord.js dictionary bot that uses the Merriam-Webster API
https://github.com/abdultolba/dictionary-bot

dictionary discord discord-bot merriam-webster merriam-webster-api nodejs

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
- [Discord.js](https://discord.js.org/#/)
- [Merriam Webster Dictionary API](https://dictionaryapi.com/)
- [Node.js v12.8.4](https://nodejs.org/en/)

> This project was bootstrapped using the [Discord Bot Boilerplate](https://github.com/scallaway/basic-bot).