Skip to content

Commit 5e024b8

Browse files
authored
Update welcomer.py
1 parent 74b25c9 commit 5e024b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/welcomer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ async def on_member_join(self, member):
4646
pfp = pfp.resize((226,226)) # Resizes the Profilepicture so it fits perfectly in the circle
4747

4848
draw = ImageDraw.Draw(background)
49-
welcomeFont = ImageFont.truetype("../Welcomer-Bot/attributes/Fonts/Gotham-Black.otf",100)
50-
memberFont = ImageFont.truetype("../Welcomer-Bot/attributes/Fonts/Gotham-Black.otf",42)
49+
welcomeFont = ImageFont.truetype("attributes/Fonts/Gotham-Black.otf",100)
50+
memberFont = ImageFont.truetype("attributes/Fonts/Gotham-Black.otf",42)
5151
welcome_text = "WELCOME!"
5252
member_text = f"You are the {ordinal(len(guild.members))} user" # <- Text under the Profilepicture with the Membercount
5353

@@ -70,4 +70,4 @@ async def on_member_join(self, member):
7070
print(e)
7171

7272
async def setup(bot):
73-
await bot.add_cog(Welcomer(bot))
73+
await bot.add_cog(Welcomer(bot))

0 commit comments

Comments
 (0)