📚
Dictionary A Discord bot for getting Dictionary definitions
Built with the Basic Bot boilerplate
How to run
This is assuming that you have the bot connected to your Discord server. More information on that can be found here.
Install dependencies
yarn install # If using Yarn
npm install # If using NPM
Add credentials
- Make an account on the Oxford Dictionary API website for any of the tiers.
- Add the application to your account.
- Copy the App ID and App Keys and paste them into a newly created
config.json
file.
Run the bot
node bot.js
Built with:
- Discord.JS
- Node
- Oxford Dictionary API v2