- Fork the repository and clone it to your workstation.
- Create a
.env
file and copy the contents of.env.example
into it. - Go to your Github Settings and create a personal access token with the scope "gist"
- Copy the token and put it into the
.env
file asGITHUB_TOKEN
- Create a new Discord application
- Switch to the "Bot" tab and click "Add Bot"
- Toggle off the "Public Bot" switch and save.
- Copy the token and put it into the
.env
file asDISCORD_HASH
. - Go to the OAuth2 Tab and choose the "bot" scope.
- Check the "Administrator" permission.
- Copy the url out of the "Scopes" Panel and paste it into your browser.
- (We recommend to create a new Discord Server before Step 12)
- Select the server to add your bot.
- run
npm install
and thennpm run dev