diff --git a/NekoSpeak.py b/NekoSpeak.py index 5a2005e..84dfb79 100644 --- a/NekoSpeak.py +++ b/NekoSpeak.py @@ -45,7 +45,7 @@ class NekoSpeakModule(loader.Module): def neko_speak(self, text): - if(not is_encrypt(text)): + if(not self.is_encrypt(text)): words = text.split() new_words = [] for word in words: