- Node.js
- PNPM
- Docker
- Docker Compose
API_ENDPOINT=http://127.0.0.1:3000
DISCORD_TOKEN=<YOUR_DISCORD_API_TOKEN>
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres?schema=public"
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
cd orgel-si-node
pnpm install
docker compose up -d --build
pnpm dlx prisma migrate deploy
pnpm build
pnpm start
Change the language of Orgel.
arguments:
name | value | description | required |
---|---|---|---|
language | en or ja |
Language of Orgel | true |
Play a video on the voice channel.
arguments:
name | value | description | required |
---|---|---|---|
video_url | string | YouTube URL | true |
interrupt | boolean | If enabled, a video is added to the head of the queue | false |
Skip the current video.
Resumes playback when Orgel leaves the voice channel in the middle of a playback, for example.
Show the history of the video played.
arguments:
name | value | description | required |
---|---|---|---|
limit | int | Number of items to display | false |
Show the queue of videos to play. (Max. 10 videos)
If you find a bug or problem, please open an issue!:bug:
- Github: airRnot1106
- Misskey: @bot
MIT