mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Added custom text voice
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user