Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.
/ Dynamica Public archive

A bot for managing temporary voice channels with style.

Notifications You must be signed in to change notification settings

DynamicaBot/Dynamica

Repository files navigation

Sapphire Logo

Dynamica

Build Status

Dynamica, a bot designed to replicate the features of the Auto Voice Channels bot which has reached end of life. It dynamically assigns voice channels and renames them based on the current activity.

Running

There are a few different ways to run this bot:

  1. Let me run the bot for you. Invite Link

  2. Clone the repository and run yarn, yarn prisma migrate deploy then yarn start. This will store the database files in the config directory. To update simply git pull then run yarn prisma migrate deploy and then yarn start.

  3. The docker image. The easiest way to run this bot would be to either clone the repository and then run docker-compose up -d.

Environment Variables

For both of the above deployment methods there are a few environment variables that need to be set.

  • TOKEN - This is the discord bot token.
  • CLIENT_ID - The bot's application or client id.
  • GUILD_ID - The Id of the guild where the bot will be running in.

Slash Commands

To add the slash commands to your own servers run yarn deploy.