Files
moeka-project/services/discord-voice-bot

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