From 0607051718203913bbd50622dcfd38437e779498 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 3 Jan 2024 22:14:35 +0100 Subject: [PATCH] remove async --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a9dae6cb1..263f242dd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ certifi>=2023.11.17 cython>=3.0.6 cymem>=2.0.8 orjson>=3.9.10 -discord-webhook[async]>=1.3.0 \ No newline at end of file +discord-webhook>=1.3.0 \ No newline at end of file