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
- Host: GitHub
- URL: https://github.com/abdultolba/dictionary-bot
- Owner: abdultolba
- License: mit
- Created: 2020-10-03T13:35:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-06T18:31:56.000Z (over 4 years ago)
- Last Synced: 2025-01-06T05:26:23.690Z (5 months ago)
- Topics: dictionary, discord, discord-bot, merriam-webster, merriam-webster-api, nodejs
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).