We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae620e commit a9f1572Copy full SHA for a9f1572
cogs/roles/cog.py
@@ -255,5 +255,5 @@ async def remove_exclusive_roles(
255
256
@commands.Cog.listener()
257
async def on_member_join(self, member: disnake.Member):
258
- if member.guild == Base.config.guild_id: # We're on VUT FIT guild
+ if member.guild.id == Base.config.guild_id: # We're on VUT FIT guild
259
await member.add_roles(member.guild.get_role(Base.config.newbie_role))
0 commit comments