Giter Club home page Giter Club logo

docker_auto-voice-channels's Introduction

Docker image for the Discord bot Auto Voice Channels.

Docker Pulls Docker Stars Docker Last Updated

https://github.com/gregzaal/Auto-Voice-Channels

This pulls the latest zip file of the bot from github.

*Please make sure you first read the documentation of Auto-Voice-Channels.

Usage

Docker

docker run -d \
  --name avc \
  --restart unless-stopped \
  -e ADMIN_ID=<ADMIN ID> \
  -e CLIENT_ID=<CLIENT_ID> \
  -e TZ=<TIMEZONE> \
  -e TOKEN=<TOKEN> \
  -e HEARTBEAT_TIMEOUT=60 \
  -e DISABLE_LOOP=false \
  -e RDY_MESSAGE=false \
  -e AWS=false \
  -v /path/to/folder:/AutoVoiceChannels/guilds:Z \
  vinanrra/auto-voice-channels

docker-compose

version: '2'
services:
  avc:
    image: vinanrra/auto-voice-channels
    container_name: AutoVoiceChannels
    environment:
      - ADMIN_ID=<ADMIN ID>
      - CLIENT_ID=<CLIENT_ID>
      - TZ=<TIMEZONE>
      - TOKEN=<TOKEN>
      - HEARTBEAT_TIMEOUT=60 #Optional
      - DISABLE_LOOP=false #Optional
      - RDY_MESSAGE=false #Optional
      - AWS=false #Optional
    volumes:
      - /path/to/folder:/AutoVoiceChannels/guilds:Z
    restart: unless-stopped

Parameters

Parameter Function
ADMIN_ID Your ID, for the bot to DM you when it logs on, joins servers, gets errors, etc.
CLIENT_ID The bot ID.
TZ Time displayed in logs. eg Europe/London
TOKEN Bot's private token you can find here - do not share it with anyone else.
AWS Activate hearthbreat to be able to host in AWS server.
HEARTBEAT_TIMEOUT (int, default 60) For extremely extremely large servers, if your bot is having trouble connecting and repeatedly timing out before it can finish processing all members, set this to some higher number.
DISABLE_LOOP (bool, default false) For extremely large servers, set this to true if your bot starts creating multiple channels for one person even though they only wanted one. This will disable the background loop that watches primary channels, so the only way a new channel will be created is if the event of the user joining a primary channel is caught.
RDY_MESSAGE (bool, default false) Use to prevent the bot spamming you "Ready" when it regains connection, which may be quite often if your internet is unstable.
GUILD DATA DIR Absolute path to the directory you wish to store your persistant guild data.

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

docker_auto-voice-channels's People

Contributors

vinanrra avatar morgyn avatar

Forkers

nexusdiscord

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.