From 726f6598369e9452afc1023d64dbcb3e5d78c357 Mon Sep 17 00:00:00 2001 From: phixxy Date: Mon, 10 Jul 2023 22:18:31 -0700 Subject: [PATCH] removed new_function --- sparkytron3000.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sparkytron3000.py b/sparkytron3000.py index b4c7a5e..e3645dc 100644 --- a/sparkytron3000.py +++ b/sparkytron3000.py @@ -329,10 +329,6 @@ async def task_loop(): await bot_stuff.send(output) else: await bot_stuff.send("All daily tasks successfully ran!") - -def new_function: - pass - @bot.event async def on_ready():