Added custom text voice

This commit is contained in:
Periklis Fregkos 2019-10-03 07:47:38 +03:00 committed by GitHub
parent 30a753b659
commit 8d35fbabd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -137,3 +137,6 @@ class Voice:
deauthed=log.deauthed,
associated=log.associated,
handshakes=log.handshakes)
def custom(self, text):
return self._(text)