diff --git a/README.md b/README.md index 4872be8..6bf2fb8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # discord-7tv-emoji-app A Discord bot that will take an 7tv link and add that emoji to your discord server + +Setup: + +pip install -r requirements.txt \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..cfb5b6d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +Pillow +discord.py \ No newline at end of file