Skip to content

Commit

Permalink
feat: added a print statement at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxgh committed Mar 21, 2024
1 parent 0e6b480 commit c848fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/func/General.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

0 comments on commit c848fee

Please sign in to comment.