Giter Site home page Giter Site logo

huxcrux / auto-voice-channels Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gregzaal/auto-voice-channels

0.0 0.0 0.0 1.3 MB

A Discord bot that automatically creates voice channels as they are needed.

License: MIT License

Python 99.96% Shell 0.04%

auto-voice-channels's Introduction

Auto-Voice-Channels

A Discord bot that automatically creates voice channels as they are needed.

Requires:

Quick start:

  • Clone the repository: git clone https://github.com/gregzaal/Auto-Voice-Channels.git
  • Go to the directory: cd Auto-Voice-Channels
  • Make folder to store guild settings: mkdir guilds
  • Install pip: sudo apt-get -y install python3-pip
  • Install venv: pip3 install virtualenv
  • Make venv: python3 -m virtualenv bot-env
  • Use venv: . bot-env/bin/activate
  • Install requirements: python3 -m pip install -r requirements.txt
  • Create your application + bot here: https://discordapp.com/developers/applications
  • Create a config.json file in the Auto-Voice-Channels folder and fill it in:
    • admin_id is your ID, for the bot to DM you when it logs on, joins servers, gets errors, etc.
    • client_id is the bot ID.
    • log_timezone is for the time displayed in logs, see this list.
    • token is your bot's private token you can find here - do not share it with anyone else.
    • There are a number of optional settings too, which aren't necessary to set but provide some further configuration options if needed.
{
    "admin_id":123456789012345678,
    "client_id":987654321098765432,
    "log_timezone":"Africa/Johannesburg",
    "token":"XXXXXXXXXXXXXXXXXXXXXXXX.XXXXXX.XXXXXXXXXXXXXXXXXXXXXXXXXXX"
}
  • Invite the bot to your own server, replacing <YOUR BOT ID> with... your bot ID: https://discordapp.com/api/oauth2/authorize?client_id=<YOUR BOT ID>&permissions=286280784&scope=bot
  • Start your bot: python3 auto-voice-channels.py

Help:

Join the support server and ask, or open an issue.

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.