Git Product home page Git Product logo

discord-dynamic-voice-channels-bot's Introduction

Discord Dynamic Voice Channels Bot

Discord Twitter Follow

A Discord bot that dynamically creates and deletes voice channels as needed.

demo

Setup

  1. Follow the instructions in create-discord-bot.

    Don't forget to give your bot the Manage Channels and Move Members permissions!

  2. Download this bot and move the src-discord-dynamic-voice-channels-bot folder into the /src/bots folder from step 1.

  3. Open config.json to configure your own settings:

    [
      {
        "guildId": "258167954913361930",
        "mainVoiceChannelIds": ["618571553591787554", "266523094015934465"],
        "newVoiceChannelSuffix": "๐Ÿค–",
        "maxVoiceChannelCount": 5
      }
    ]

    Add as many rules as you want to configure for other servers.

    • guildId is the server id.
    • mainVoiceChannelIds are the voice channel ids the bot watches for users when creating cloned voice channels.
    • newVoiceChannelSuffix is the string appended to the name of the cloned voice channel. Make sure this string is unique among your voice channels, the bot matches against this string when determining which voice channels to delete when they're no longer in use!
    • maxVoiceChannelCount is the max number of cloned voice channels the bot will create.
  4. npm start to run the bot.

Visit for more help or information!

discord-dynamic-voice-channels-bot's People

Contributors

peterthehan avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

discord-dynamic-voice-channels-bot's Issues

Feature Requests

My idea was to have hubs of the main voice channels where people make a clone of whichever of the main channels they join, and then user created channels where people can make channels for whatever they want within the server rules.

Idea #1: It'd be cool if there was option to make the channels controlled by the user that made them, allow for the creator to be a channel moderator of just that channel, change the user limit, and such.

Idea #2: Add a variable to set the user limit for the main hub channels automatically, for example, if someone clicked the General Chat Hub, it'd make a General Chat channel, sufficed with an incremental number and have, maybe 12 users. The incremental number attached to the channel name would have to refresh with the deletion of a channel, so, if there was channel #1, #2, and #3, and 2 or 1 was deleted, it'd have to make it not inconsistent.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.