Skip to content

InvexGaming/Bot-Invex-Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Bot for Invex Gaming Discord Server made with discord.py

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages