/discord_7TVEmoteImport

Simple 7TV Emote Import bot.

Primary LanguagePython

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