From c848fee88198d5fedec1fcdb05438322a6a1871c Mon Sep 17 00:00:00 2001 From: "suspendedtundra2@gmail.com" Date: Thu, 21 Mar 2024 04:36:32 -0500 Subject: [PATCH] feat: added a print statement at the end --- src/func/General.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/func/General.py b/src/func/General.py index 330aa8a..93f5112 100644 --- a/src/func/General.py +++ b/src/func/General.py @@ -915,3 +915,4 @@ async def add_players(ctx): continue await insert_new_member(member.id, uuid, name) await asyncio.sleep(15) + await ctx.send("Adding players complete.")