Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lassejlv/note-bot

A discord bot written in Typescript
https://github.com/lassejlv/note-bot

Last synced: about 2 months ago
JSON representation

A discord bot written in Typescript

Awesome Lists containing this project

README

        

# Note Bot

A discord that enables you to: Quick add notes and share them with your friends!

## Install Deno

Read this to install deno **https://docs.deno.com/runtime/manual/getting_started/installation**

## Setup env

Create a file called **.env** and add the following variables:

- TOKEN="discord_token"
- DATABASE_URL="your_mongodb_uri"
- INVITE="your_discord_bot_invite_url"

## Running The Project

Run the following command in development:

```bash
deno task dev
```

In production switch from `dev` to `start`