🚨 Attention: This code is written entirely in JavaScript instead of TypeScript. Be careful
A simple bot written with discordjs for the Discord chat platform.
- Clone the repository
- Run
npm install - Copy
env.exampleto.envand fill in the values see below - Run
npm run deployto deploy you commands to discord - Run
npm run startto start the bot
BOT_TOKEN - The token of the bot (details)
BOT_CLIENT_ID - The client ID of the bot (details)
/about - Displays information about the bot
/poll [question] [option1] [option2] [option3]? [option4]? - Created a poll with up to 4 options
This project is not affiliated with Discord. Discord is a registered trademark of Discord Inc.
