From 1b6c6193a2993914136c11c70f123fda3463171d Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 16 Jun 2020 20:32:35 +0100 Subject: [PATCH] Added more comments for the code --- EnsoBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnsoBot.py b/EnsoBot.py index 4076ad63..c57eb737 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -107,7 +107,7 @@ async def on_member_join(member): print(e) -# Allowing +# Allowing people to get ping-able self roles @client.command(name="rolemenu") @commands.has_any_role('Hamothy') async def role_menu(ctx):