From dd727310f7b28d5d2becd856e654b138d9dac260 Mon Sep 17 00:00:00 2001 From: Thomas Rubini <74205383+ThomasRubini@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:53:49 +0100 Subject: [PATCH] add discord.py to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 826c927..1575c7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ Flask==2.2.2 pyjwt==2.6.0 Flask-SocketIO==5.3.2 SQLAlchemy==1.4.20 -pymysql==1.0.2 \ No newline at end of file +pymysql==1.0.2 +discord.py==2.1.0