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

View File

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