Skip to content

Eranodes/manager-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EraNodes Manager

The Manager bot for the EraNodes Discord server.

Installation

  1. Clone the repository (git clone https://github.com/Eranodes/Manager-Bot.git)
  2. Install the dependencies (pip install -r requirements.txt)
  3. Create a config.py file and update with following:
# Replace 123 wih discord snowflake IDs

DISCORD_TOKEN = "" # Your bot token

MAIN_GUILD = 123

INVITE_TRACKING_CHANNEL = 123

OWNER_IDS = [123,]

SUPPORT_ROLES = [123,]
SUPPORT_FORUM = 123
SOLVED_TAG = 123

SUGGESTIONS_FORUM = 123
ACCEPTED_TAG = 123
DENIED_TAG = 123
  1. Start the bot (python3 main.py)

License

This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0) See the LICENSE file for more information.

Maintainers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages