diff options
| author | Igor <50257429+igorechek06@users.noreply.github.com> | 2021-10-07 21:44:13 +0900 |
|---|---|---|
| committer | Igor <50257429+igorechek06@users.noreply.github.com> | 2021-10-07 21:44:13 +0900 |
| commit | fa47878227cca261b7f33c369bde7b71feb4fb63 (patch) | |
| tree | 3835f914ca1bbbcb7e1f32d8937cac2fb681ceb5 /handlers/on_message.py | |
| parent | 82e4b1ee7c69ca73378922d5fdf3a30b38dd23fa (diff) | |
| download | karpov_ai_bot-fa47878227cca261b7f33c369bde7b71feb4fb63.tar.gz karpov_ai_bot-fa47878227cca261b7f33c369bde7b71feb4fb63.zip | |
УРА НОВЫЙ РЕЛИЗ СПУСТЯ 1000 лет
Diffstat (limited to 'handlers/on_message.py')
| -rw-r--r-- | handlers/on_message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/on_message.py b/handlers/on_message.py index ee514ee..5a216e2 100644 --- a/handlers/on_message.py +++ b/handlers/on_message.py | |||
| @@ -8,7 +8,7 @@ async def сосалка(msg: t.Message): | |||
| 8 | if text.startswith('/'): | 8 | if text.startswith('/'): |
| 9 | return False | 9 | return False |
| 10 | with open('samples.txt', 'a+') as file: | 10 | with open('samples.txt', 'a+') as file: |
| 11 | file.write(text.replace('§', '').lower() + '§') | 11 | file.write(text.replace('§', '') + '§') |
| 12 | return False | 12 | return False |
| 13 | 13 | ||
| 14 | 14 | ||
