https://github.com/wisehackermonkey/loki_discord_bot
my first disord bot
https://github.com/wisehackermonkey/loki_discord_bot
Last synced: 3 months ago
JSON representation
my first disord bot
- Host: GitHub
- URL: https://github.com/wisehackermonkey/loki_discord_bot
- Owner: wisehackermonkey
- License: mit
- Created: 2020-06-20T02:01:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T21:51:38.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T15:44:11.179Z (4 months ago)
- Language: JavaScript
- Size: 348 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# loki_discord_bot
my first disord bot
# how to run locally
create .env file
```bash
touch .env
```add to .env file
```bash
API_TOKEN=
ENVIRONMENT=dev or production
```
```
npm install
npm start
```# Docker run (Local)
```
docker build -t loki_discord_bot .
docker run -p 80 -it --rm --env-file=.env --name=loki loki_discord_bot
```
# Docker-compose run
```
docker-compose builddocker-compose up -d
```# Docker publish
```
docker tag
```

# TODO
- ~~deploy to server~~
- heroku deploy
- auto publish docker container github actions