This is a v2 of a bot that I was working on a while back, this bot may have application commands later on
This bot is still indev, commands are currently being made now due to the help command being finished :)
- Install ffmpeg or avconv (I use ffmpeg if you cant decide what to use) and yarn
- Clone the repo with
git clone https://github.com/Jollycistaken/Jollybot-V2
- Make a bot on the discord developer panel and enable "Message Content Intent" (its because this bot is based on prefix commands still)
- Make a .env file and put this inside of it
TOKEN="Your token"
PREFIX="the prefix"
OWNER="your discord id"
- Run
npm install sodium
(I couldnt get it to install if I used yarn) - Run
yarn install
- Compile it with
tsc
You are welcome to contribute to this bot, just make a fork and make your changes and do a pull request
Jollyc for making the bot lol
Discord.js for making the module that I am using to interact with the discord api