An open API service indexing awesome lists of open source software.

https://github.com/ldrk11/islands

Island is a Discord bot for Discord! (what)
https://github.com/ldrk11/islands

discord disocrd-bot

Last synced: 4 months ago
JSON representation

Island is a Discord bot for Discord! (what)

Awesome Lists containing this project

README

        

# 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
- [NodeJS](https://nodejs.org) (Click link to install)
- TypeScript (Look below for how to install)

### 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
```