"your resident shitposting bot" Invite | Patch notes
Required:
- Node.js
- typescript
- A valid Discord bot token
You will need to modify some files to set up the bot.
- Create a file called
.env
at the root directory, putting your Discord bot token in the file as shown in.env.example
. - Run
npm run watch
to compile the typescript. - Run the bot with
node src/index.js
!