Compare commits

..

No commits in common. "069d759686ed1cf9576a63c05f474a2699ca888c" and "930595d0d36b7fc9d7f909c60f77a63f52f59473" have entirely different histories.

2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -103,5 +103,4 @@ ENV/
*.swo
*.session
*.session-journal
settings.py

View File

@ -16,7 +16,7 @@ data = ''
data_time = 0
@bot.on(events.NewMessage)
async def new_message(event):
async def echo_all(event):
global data, data_time
if not event.raw_text: