Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisehackermonkey/loki_discord_bot
my first disord bot
https://github.com/wisehackermonkey/loki_discord_bot
Last synced: 2 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T21:51:38.000Z (over 3 years ago)
- Last Synced: 2024-11-10T12:44:40.552Z (2 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![loki_bot_v1](/assets/loki_bot_v1.gif)
# 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
```
![Screenshot_4](/assets/Screenshot_4.png)
# TODO
- ~~deploy to server~~
- heroku deploy
- auto publish docker container github actions