minor improvments

This commit is contained in:
Andrew Gundersen 2020-12-15 15:30:42 -06:00
commit db2e6c4f15
14 changed files with 39 additions and 120 deletions

View file

@ -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