[TEST] Fix 2 to check problem
This commit is contained in:
@@ -45,7 +45,7 @@ class NekoSpeakModule(loader.Module):
|
|||||||
|
|
||||||
def neko_speak(self, text):
|
def neko_speak(self, text):
|
||||||
|
|
||||||
if(not is_encrypt(text)):
|
if(not self.is_encrypt(text)):
|
||||||
words = text.split()
|
words = text.split()
|
||||||
new_words = []
|
new_words = []
|
||||||
for word in words:
|
for word in words:
|
||||||
|
|||||||
Reference in New Issue
Block a user