Skip to content

Elevate Discord voice channels with seamless management, multilingual support, and blazing speed for an unparalleled user experience.

License

Notifications You must be signed in to change notification settings

VoxifyDevelopment/VoxifyBot

logo

VoxifyDevelopment - VoxifyBot

Support TypeScript Version Contributors Stars License

Elevate Discord voice channels with seamless management, multilingual support, and blazing speed for an unparalleled user experience.


Overview

Steps to Launch the bot

Clone Repository

git clone https://github.com/VoxifyDevelopment/VoxifyBot

Download and/or update the submodules

git submodule update --init

Install required node modules

npm install


Setup the development environment

  • Configure the bot

    • Copy the environment file cat .env.example > .env
    • Open the environment file in .env and insert the bot token and the redis connection url
    • delete the redis connection if you don't want to enable persistent data storage for channels
  • Start the bot in watch mode

    • npm run devStart

  • Start the bot without watch mode

    • npm run dev

Building and Launching the bot

  • Build the Bot

    • To build normal
    • npm run build

    • To build a compact and minified version of the bot
    • npm run build:min

  • Configure the bot

    • Open the environment file in dist/.env and insert the bot token and the redis connection url
    • delete the redis connection if you don't want to enable persistent data storage for channels
    • you can also overwrite environment variables using command arguments
    • for example:
    • npm start BOT_TOKEN=MTE123445.asdf.ghjk... REDIS_CONNECTION=redis://[email protected]:6379/

  • Launch the bot

    • move to dist/ and run
    • npm start


Copyright (c) 2023 - present | voxify.dev team and contributors

About

Elevate Discord voice channels with seamless management, multilingual support, and blazing speed for an unparalleled user experience.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •