https://github.com/code-raisan/musicbot
https://github.com/code-raisan/musicbot
discord
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-raisan/musicbot
- Owner: code-raisan
- License: mit
- Created: 2022-09-01T15:14:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T15:31:30.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T07:30:10.948Z (over 1 year ago)
- Topics: discord
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# アマガエル(仮)
⚠ Coming soon
## Use
1. APIトークンを設定
```yml
app:
build: .
environment:
# Discord API Token
- DISCORD_TOKEN=<トークンを設定>
```
2. コンテナを起動
```
docker compose up -d
```
