mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 15:44:57 +00:00
Update events.py
This commit is contained in:
parent
b0a1e8a747
commit
12b585c369
1 changed files with 3 additions and 3 deletions
|
@ -109,7 +109,7 @@ class Events(commands.Cog):
|
||||||
@commands.Cog.listener()
|
@commands.Cog.listener()
|
||||||
async def on_member_join(self, member):
|
async def on_member_join(self, member):
|
||||||
pass
|
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()
|
@commands.Cog.listener()
|
||||||
async def on_command_error(self, ctx, error):
|
async def on_command_error(self, ctx, error):
|
||||||
|
|
Loading…
Reference in a new issue