From 91d79928cc36e304fe892b41c22d83a95992418f Mon Sep 17 00:00:00 2001 From: logan Date: Tue, 30 Nov 2021 01:00:04 -0500 Subject: [PATCH] Update 'bot.py' Testing fetch --- bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.py b/bot.py index ecac6d3..c2c2d1b 100644 --- a/bot.py +++ b/bot.py @@ -60,3 +60,5 @@ async def leave(ctx): #Enable below for 420 timer #bot.loop.create_task(bg_timer()) bot.run(BOT_TOKEN) + +# Testing fetch \ No newline at end of file