[FIX] why it not working...
This commit is contained in:
@@ -49,7 +49,7 @@ class NekoSpeakModule(loader.Module):
|
||||
"блять":"Мяр!",
|
||||
"замечательных":"замуррчательных",
|
||||
"няко":"неко",
|
||||
"нядо":"надо"
|
||||
"нядо":"надо",
|
||||
}
|
||||
for key, value in replacements.items():
|
||||
text = text.replace(key, value)
|
||||
|
||||
Reference in New Issue
Block a user