removed new_function
This commit is contained in:
parent
521150e04c
commit
726f659836
1 changed files with 0 additions and 4 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue