🚧 Work in progress
A simple Discord bot built with Node.js and discord.js.
- Responds to
!pingwithPong! - Example command structure for easy extension
- Node.js
- discord.js
- dotenv
- Clone the repo
- Run
npm install - Create a
.envfile withTOKEN=your_discord_bot_token - Run
npm start