avocado is a discord bot written with discord.js
- Node.js 16.0.0 or newer
- Discord Bot Token
- Clone the repository
- Install dependencies
npm install discord.js
- Create a file named
config.json
in the root directory - Add the following to the file and replace the placeholder values with your own
{ "token": "YOUR_TOKEN_HERE", "clientID": "YOUR_CLIENT_ID_HERE", "guildID": "YOUR_GUILD_ID_HERE", "openaiKey": "YOUR_OPENAI_API_KEY_HERE" }
Start the bot by opening a terminal in the root directory and running npm run main
New commands are deployed using npm run deploy