Catch none type sentences
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ venv
|
||||
.env
|
||||
/data/*
|
||||
*.session
|
||||
*.session-journal
|
||||
|
||||
@@ -8,8 +8,7 @@ api_id = os.getenv('API_ID')
|
||||
api_hash = os.getenv('API_HASH')
|
||||
chats = [
|
||||
'tg1337const',
|
||||
'cyberboec',
|
||||
'Ateobreaking'
|
||||
'cyberboec'
|
||||
]
|
||||
|
||||
def cleanup(msg):
|
||||
|
||||
Reference in New Issue
Block a user