removed new_function

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

View file

@ -330,10 +330,6 @@ 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():
print('We have logged in as {0.user}'.format(bot)) print('We have logged in as {0.user}'.format(bot))