webui progress/added alerts
This commit is contained in:
parent
d94163e246
commit
5cd502b19c
4 changed files with 23 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ async def on_ready():
|
|||
await utils.delete_all_files("tmp/")
|
||||
await load_cogs(bot, 'cogs/')
|
||||
logger.info('We have logged in as {0.user}'.format(bot))
|
||||
print("Visit http://localhost:5000 to change config!")
|
||||
print("If using the webui, visit http://localhost:5000 to change config!")
|
||||
except:
|
||||
logger.warning(f"Error in on_ready")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue