removed new_function

This commit is contained in:
phixxy 2023-07-10 22:18:31 -07:00
parent 521150e04c
commit 726f659836

View file

@ -329,10 +329,6 @@ async def task_loop():
await bot_stuff.send(output) await bot_stuff.send(output)
else: else:
await bot_stuff.send("All daily tasks successfully ran!") await bot_stuff.send("All daily tasks successfully ran!")
def new_function:
pass
@bot.event @bot.event
async def on_ready(): async def on_ready():