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)
- Host: GitHub
- URL: https://github.com/ldrk11/islands
- Owner: ldrk11
- Created: 2024-10-29T00:05:02.000Z (8 months ago)
- Default Branch: development
- Last Pushed: 2024-11-13T22:59:35.000Z (7 months ago)
- Last Synced: 2025-01-12T04:43:38.858Z (5 months ago)
- Topics: discord, disocrd-bot
- Language: TypeScript
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```