Update events.py

This commit is contained in:
Elmon11 2021-03-30 01:19:22 +02:00 committed by GitHub
parent b0a1e8a747
commit 12b585c369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ class Events(commands.Cog):
@commands.Cog.listener()
async def on_member_join(self, member):
pass
#await member.add_roles(self.bot.get_guild(self.bot.guild_id).get_role(self.bot.verification_role))
# await member.add_roles(self.bot.get_guild(self.bot.guild_id).get_role(self.bot.verification_role))
@commands.Cog.listener()
async def on_command_error(self, ctx, error):