Merge pull request #4 from phixxy/development

removed new_function
This commit is contained in:
phixxy 2023-07-10 22:20:29 -07:00 committed by GitHub
commit 33f2173c7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -330,10 +330,6 @@ async def task_loop():
else:
await bot_stuff.send("All daily tasks successfully ran!")
def new_function:
pass
@bot.event
async def on_ready():
print('We have logged in as {0.user}'.format(bot))