Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 796 Bytes

README.md

File metadata and controls

48 lines (39 loc) · 796 Bytes

Bot Invex Discord Bot

Bot for Invex Gaming Discord Server.

Requirements

Usage

  1. Enter required configuration details into config.ini:
[DEFAULT]
TOKEN = REMOVED
CLIENTID = REMOVED
INVEXGUILD = REMOVED
PREFIX = !

[DB]
HOST = localhost
PORT = 3306
USER = root
PASSWORD = REMOVED
DATABASE = REMOVED

[CHANNELUTILITIES]
VOICE_CHANNEL_CATEGORY_ID = REMOVED
TEXT_CHANNEL_CATEGORY_ID = REMOVED
DEFAULT_VOICE_CHANNEL_ID = REMOVED
  1. Run script as follows:
python3.6 /path/to/script/botinvex.py &

or from inside a screen:

screen -S discordBotInvex -d -m python3.6 /path/to/script/botinvex.py &

License

All Rights Reserved.