mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-30 20:34:51 +00:00
Remove a stupid comma that made "command" act like a tuple
This commit is contained in:
parent
3b314c92fb
commit
dafc574bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -297,5 +297,5 @@ class Message(Object):
|
|||
self.via_bot = via_bot # flags.40?User
|
||||
self.outgoing = outgoing
|
||||
self.matches = matches
|
||||
self.command = command,
|
||||
self.command = command
|
||||
self.reply_markup = reply_markup
|
||||
|
|
|
|||
Loading…
Reference in a new issue