From d65bb994e40ecb5afb0e621bb4756a53aff7e04f Mon Sep 17 00:00:00 2001 From: Juan Date: Fri, 14 Apr 2023 23:37:45 -0400 Subject: [PATCH] initial package set up --- README.md | 4 ++++ requirements.txt | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 requirements.txt 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