initial package set up

This commit is contained in:
Juan 2023-04-14 23:37:45 -04:00
parent f60e0e81a6
commit d65bb994e4
2 changed files with 6 additions and 0 deletions

View file

@ -1,2 +1,6 @@
# discord-7tv-emoji-app # discord-7tv-emoji-app
A Discord bot that will take an 7tv link and add that emoji to your discord server A Discord bot that will take an 7tv link and add that emoji to your discord server
Setup:
pip install -r requirements.txt

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
Pillow
discord.py