Taka005 commited on
Commit
c7e2be4
·
1 Parent(s): 0152307
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -95,7 +95,7 @@ def make(name,tag,id,content,icon):
95
  id_y = name_y + tsize_name[1] + 4
96
  tsize_id = draw_text(img,(890,id_y),id,size=18,color=(180,180,180,255),split_len=45,disable_dot_wrap=True)
97
 
98
- tx.text((1125, 694),"TakasumiBOT#7189",font=MPLUS_FONT,fill=(120,120,120,255))
99
 
100
  file = io.BytesIO()
101
  img.save(file,format="PNG",quality=95)
 
95
  id_y = name_y + tsize_name[1] + 4
96
  tsize_id = draw_text(img,(890,id_y),id,size=18,color=(180,180,180,255),split_len=45,disable_dot_wrap=True)
97
 
98
+ tx.text((1125,694),"TakasumiBOT#7189",font=MPLUS_FONT,fill=(120,120,120,255))
99
 
100
  file = io.BytesIO()
101
  img.save(file,format="PNG",quality=95)