added new_function

This commit is contained in:
phixxy 2023-07-10 22:08:17 -07:00
parent 223d831531
commit 521150e04c

View file

@ -330,6 +330,9 @@ async def task_loop():
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():