From 9ac28778266f4fff65bb1b0d7c7200b336693d09 Mon Sep 17 00:00:00 2001 From: EXPress <74526510+EXPress-016@users.noreply.github.com> Date: Tue, 14 Dec 2021 12:07:25 +0530 Subject: [PATCH] Removed useless line --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8928890..14319ed 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ ACTIVITY1 = os.getenv('ACTIVITY1') ACTIVITY2 = os.getenv('ACTIVITY2') ACTIVITY3 = os.getenv('ACTIVITY3') -TEST = os.getenv('TEST') + bot = commands.Bot(command_prefix=(">>>"), self_bot=True) client = discord.Client()