Skip to content

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

License

Notifications You must be signed in to change notification settings

abdultolba/dictionary-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published