From 521150e04ce470ba4952c9da0fad1bf59780a177 Mon Sep 17 00:00:00 2001 From: phixxy Date: Mon, 10 Jul 2023 22:08:17 -0700 Subject: [PATCH] added new_function --- sparkytron3000.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sparkytron3000.py b/sparkytron3000.py index 2e35032..b4c7a5e 100644 --- a/sparkytron3000.py +++ b/sparkytron3000.py @@ -329,6 +329,9 @@ 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