Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 914 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 914 Bytes

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