mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix: text property of command object
Co-authored-by: evgfilim1 <evgfilim1@yandex.ru>
This commit is contained in:
parent
674cda4b60
commit
d20dd11f12
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ class Command(Filter):
|
|||
if self.mentioned:
|
||||
line += '@' + self.mention
|
||||
if self.args:
|
||||
line += ' ' + ' '.join(self.args)
|
||||
line += ' ' + self.args
|
||||
return line
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue