Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 951 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 951 Bytes

Simple 7TV emote import bot.

If you want to use discord's built-in permissions manager from Integrations menu, just set every command default permission to True in config.py

  • Basic configuration in config.py

To self-host.

  1. Create an app on https://discord.dev
  2. Install python 3.11+ (https://python.org)
  3. Install requirements pip install -r -U requirements.txt
  4. Create a file named .env and put your apps token here, like shown in .env.example -> TOKEN=token
  5. Check configs in config.py (you might wanna edit default permissions for commands, i guess)
  6. Run main.py python main.py