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