Skip to content

Commit 42042dc

Browse files
authored
fix error in def name
remove duplicates defs name in start and about
1 parent 095cd55 commit 42042dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async def help(bot, cmd):
4949
)
5050

5151
@Client.on_message(filters.command("about") & filters.private)
52-
async def start(bot, cmd):
52+
async def about(bot, cmd):
5353
await cmd.reply_text(
5454
ABOUT_TXT,
5555
disable_web_page_preview=True,

0 commit comments

Comments
 (0)