From dcce0b2e38901da7b3e4145906870c1fc2afca27 Mon Sep 17 00:00:00 2001 From: igna <88955484+nekospara@users.noreply.github.com> Date: Tue, 31 Aug 2021 01:51:25 -0400 Subject: [PATCH] feat: python-dotenv requirement --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5436c86..30da507 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -nextcord \ No newline at end of file +nextcord +python-dotenv