Compare commits
No commits in common. "069d759686ed1cf9576a63c05f474a2699ca888c" and "930595d0d36b7fc9d7f909c60f77a63f52f59473" have entirely different histories.
069d759686
...
930595d0d3
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -103,5 +103,4 @@ ENV/
|
||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
*.session
|
*.session
|
||||||
*.session-journal
|
|
||||||
settings.py
|
settings.py
|
||||||
|
|
|
@ -16,7 +16,7 @@ data = ''
|
||||||
data_time = 0
|
data_time = 0
|
||||||
|
|
||||||
@bot.on(events.NewMessage)
|
@bot.on(events.NewMessage)
|
||||||
async def new_message(event):
|
async def echo_all(event):
|
||||||
global data, data_time
|
global data, data_time
|
||||||
|
|
||||||
if not event.raw_text:
|
if not event.raw_text:
|
Loading…
Reference in New Issue
Block a user