From 55bad5dac8b261d9eb69579f66d156ba29ba8b82 Mon Sep 17 00:00:00 2001 From: Amit Sharma Date: Wed, 16 Aug 2023 12:27:43 +0530 Subject: [PATCH] `AttributeError: 'Message' object has no attribute 'eod'` --- plugins/logo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/logo.py b/plugins/logo.py index 46302834e..8ec89c4f3 100644 --- a/plugins/logo.py +++ b/plugins/logo.py @@ -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