diff --git a/main.py b/main.py index 507d73d8..b0558771 100644 --- a/main.py +++ b/main.py @@ -169,6 +169,9 @@ async def reload_db(ctx): await conn.commit() print(cur.rowcount, f"Record(s) inserted successfully into Members from {ctx.guild.name}") + # Sending confirmation message + await ctx.send("**Database Reloaded Successfully for Guild {}**".format(ctx.guild.name)) + @client.command(name="prefix", aliases=["Prefix"]) @guild_only()