diff options
Diffstat (limited to 'handlers/msg.py')
| -rw-r--r-- | handlers/msg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/msg.py b/handlers/msg.py index dca295f..a57885b 100644 --- a/handlers/msg.py +++ b/handlers/msg.py | |||
| @@ -9,7 +9,7 @@ async def сосалка(msg: t.Message): | |||
| 9 | if text.startswith("/"): | 9 | if text.startswith("/"): |
| 10 | return False | 10 | return False |
| 11 | with open(f"data/{msg.chat.id}", "a+") as file: | 11 | with open(f"data/{msg.chat.id}", "a+") as file: |
| 12 | file.write(text.lower().replace("§", "") + "§") | 12 | file.write(text.replace("§", "") + "§") |
| 13 | return False | 13 | return False |
| 14 | 14 | ||
| 15 | 15 | ||
