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