https://github.com/paring-chan/dosbot
다스봇
https://github.com/paring-chan/dosbot
Last synced: 3 months ago
JSON representation
다스봇
- Host: GitHub
- URL: https://github.com/paring-chan/dosbot
- Owner: paring-chan
- License: mit
- Created: 2020-08-29T06:26:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:19:23.000Z (over 1 year ago)
- Last Synced: 2025-04-16T01:50:50.289Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 246 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 다스봇 Rewrite / 오픈소스
### 설치하기
1: mongodb 설치
```shell
sudo docker run -p 27017:27017 --name mongodb mongo
```2: 라바링크 실행
```shell script
# 라바링크 다운받으세요java -jar Lavalink.jar
```3: pm2 설치
```
npm i -g pm2
```3: 다스봇 실행
```
pm2 start --interpreter ./node_modules/.bin/ts-node src/index.ts
```