minor improvments
This commit is contained in:
parent
2287ddd6f1
commit
db2e6c4f15
14 changed files with 39 additions and 120 deletions
2
typs.py
2
typs.py
|
|
@ -6,7 +6,7 @@ import asyncio
|
|||
|
||||
class Mail:
|
||||
|
||||
def __init__(self, owner, target, text):
|
||||
def __init__(self, owner, target, text, audio):
|
||||
self.owner = owner
|
||||
self.target = target
|
||||
self.text = text
|
||||
|
|
|
|||
Loading…
Reference in a new issue