2026-08-13 16:47:43 +07:00
2026-08-13 16:47:43 +07:00
2026-08-13 16:47:43 +07:00
2026-08-13 16:47:43 +07:00

Pois

Discord bot that automatically joins a configured voice channel.

Environment

Set the required environment variables in your shell. This project does not load .env files.

export DISCORD_TOKEN='your-bot-token'
export CHANNEL_ID='your-voice-channel-id'

Binary

go build -o pois .
./pois

Docker

docker build -t pois .
docker run --rm -e DISCORD_TOKEN='your-bot-token' -e CHANNEL_ID='your-voice-channel-id' pois
S
Description
No description provided
Readme
27 KiB
Languages
Go 87.6%
Dockerfile 12.4%