Files
moeka-project/services/discord-voice-bot
Neko 790189f1eb feat(server): basic implementation of server runtime and SDK (#13)
* feat(server): basic implementation of server runtime and SDK
* refactor: better typing
2025-01-15 20:54:46 +08:00
..
2025-01-06 17:24:09 +08:00
2025-01-06 17:24:09 +08:00
2025-01-06 17:24:09 +08:00

discord-voice-bot

Allow アイリ to talk to you and many other users in Discord voice channels.

Usage

pnpm i
cp .env .env.local

Fill-in the following credentials as configurations:

DISCORD_TOKEN=''
DISCORD_BOT_CLIENT_ID=''

OPENAI_MODEL=''
OPENAI_API_KEY=''
OPENAI_API_BASE_URL=''

ELEVENLABS_API_KEY=''
ELEVENLABS_API_BASE_URL=''
pnpm run -F @proj-airi/discord-voice-bot start

Acknowledgements