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