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!

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.