Skip to content

Commit

Permalink
AttributeError: 'Message' object has no attribute 'eod'
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhhu authored Aug 16, 2023
1 parent 570edc1 commit 55bad5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/logo.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async def logo_func(event):
if not font_:
fpath_ = glob.glob("resources/fonts/*")
if not bool(fpath_):
return await xx.eod("Add fonts in `resourses/fonts/` directory before using this command.")
return await xx.edit("Add fonts in `resourses/fonts/` directory before using this command.")
font_ = random.choice(fpath_)
if len(name) <= 8:
strke = 10
Expand Down

0 comments on commit 55bad5d

Please sign in to comment.