From 9296a82d164167840c435a629743f939eea4c9a8 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 29 Jul 2020 19:58:48 +0100 Subject: [PATCH] Updated Commentary --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index bd46970d..787fdb58 100644 --- a/main.py +++ b/main.py @@ -155,6 +155,8 @@ async def _help(ctx, *, command: Optional[str] = None): @client.command(name="reloaddb", hidden=True) @is_owner() async def reload_db(ctx): + """Reloads the database by inserting/updating all the records""" + # Setup pool pool = await connection(db.loop)