Island is a Discord bot for... Discord! (what)
This bot is still a work in progress and likely has many bugs so beware!
- NodeJS (Click link to install)
- TypeScript (Look below for how to install)
Run npm install typescript
in terminal (npm is apart of nodejs therefore you need to install nodejs first)
Open up Terminal in the project root and run the following to things
- Create .env file in the root and add your bot token using a text editor
DISCORD_TOKEN=abcdefg
- Compile the code
tsc
- Run it!
node build/main.js