Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lassejlv/note-bot
- Owner: lassejlv
- Created: 2023-11-02T12:35:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T07:41:57.000Z (about 1 year ago)
- Last Synced: 2024-04-17T03:57:57.061Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 436 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`