webui progress/added alerts

This commit is contained in:
phixxy 2024-06-18 22:59:30 -07:00
parent d94163e246
commit 5cd502b19c
4 changed files with 23 additions and 5 deletions

View file

@ -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")