From bcf4eb17884094be4c93c1a3bc33326c96618980 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 1 Jul 2020 17:56:02 +0100 Subject: [PATCH] Adding commentary --- EnsoBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnsoBot.py b/EnsoBot.py index 9f135371..8e87b6c2 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -42,7 +42,7 @@ async def ping(ctx): await ctx.send(f'Pong! {round(client.latency * 1000)}ms') -# Bot event for new member joining, sending an embed introducing them to the server +# Bot event for new member joining, sending an embed introducing them to the serve @client.event async def on_member_join(member): # Set the channel id to "newpeople"