File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
7272async def setup (bot ):
73- await bot .add_cog (Welcomer (bot ))
73+ await bot .add_cog (Welcomer (bot ))
You can’t perform that action at this time.
0 commit comments