From 3a37b439da710ccd258652969ce58701e3fa7bef Mon Sep 17 00:00:00 2001 From: igna <88955484+uhIgnacio@users.noreply.github.com> Date: Tue, 28 Sep 2021 09:33:31 +0000 Subject: [PATCH] remove useless requirement --- requirements.txt | 1 - src/.env.example | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 30da507..c1f996d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ nextcord -python-dotenv diff --git a/src/.env.example b/src/.env.example index e69de29..1851b27 100644 --- a/src/.env.example +++ b/src/.env.example @@ -0,0 +1,2 @@ +TOKEN= +PREFIX= \ No newline at end of file