ldrk11 / Islands

Island is a Discord bot for Discord! (what)
0 stars 0 forks source link
discord disocrd-bot

Islands

Island is a Discord bot for... Discord! (what)
This bot is still a work in progress and likely has many bugs so beware!

Requirements

Installing Typescript

Run npm install typescript in terminal (npm is apart of nodejs therefore you need to install nodejs first)

How to Run

Open up Terminal in the project root and run the following to things

  1. Create .env file in the root and add your bot token using a text editor
    DISCORD_TOKEN=abcdefg
  2. Compile the code
    tsc
  3. Run it!
    node build/main.js