Skip to content

Commit

Permalink
Update welcome.py
Browse files Browse the repository at this point in the history
Fix Issue#4
  • Loading branch information
techguy940 authored Mar 13, 2022
1 parent f75ebef commit 0b9338d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 19,7 @@ async def on_member_join(member):
try:
embed = discord.Embed(colour=discord.Colour.green())
embed.set_author(name=member.name, icon_url=member.avatar_url)
embed.add_field(name "Welcome" ,value=f"**Hey,{member.mention}! Welcome to {member.guild.name}\nI hope you enjoy your stay here!\nThanks for joining**", inline=False)
embed.add_field(name="Welcome" ,value=f"**Hey,{member.mention}! Welcome to {member.guild.name}\nI hope you enjoy your stay here!\nThanks for joining**", inline=False)
embed.set_thumbnail(url=member.guild.icon_url)
await channel.send(embed=embed)
except Exception as e:
Expand Down

0 comments on commit 0b9338d

Please sign in to comment.