From 939516bcb146a6db91673819349fa5fdd707f4f7 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 17 Jun 2020 21:42:16 +0100 Subject: [PATCH] Added commentary --- EnsoBot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/EnsoBot.py b/EnsoBot.py index bc46fa1b..88a86502 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -78,6 +78,7 @@ async def on_command_error(ctx, error): async def on_member_join(member): # Set the channel id to "newpeople" new_people = client.get_channel(669771571337887765) + # Set the channel id to "general" general = client.get_channel(663651584399507481) # Surround with try/except to catch any exceptions that may occur