Skip to content

yvon/voxta-discord-bot

Repository files navigation

Voxta Discord Bot

A Discord bot to interact with Voxta through voice channels. Using Discord as a client notably enables:

  • Access Voxta from anywhere using the Discord mobile app
  • Benefit from Discord's built-in Krisp noise reduction

Note: This project is independent and not affiliated with or endorsed by Voxta.

For more information about Voxta, visit voxta.ai.

Prerequisites

  • Node.js 20 or higher
  • Voxta server

Configuration

  1. Copy the .env.example file to .env

  2. Configure the environment variables:

    DISCORD_TOKEN=your_discord_token
    VOXTA_URL=your_voxta_server_url  # Optional, defaults to http://localhost:5384
    

Installation

npm install
node src/index.js

Usage

  1. Make sure your Voxta server is running
  2. Create at least one chat on Voxta (the bot will join the most recently created chat)
  3. Invite the bot to your Discord server
  4. Join a voice channel
  5. The bot will automatically join the channel
  6. Wait for the initialization "ding" sound
  7. You can now start talking with Voxta!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published