/cancel, /identify, sponsorships improvements and fixes #3
@ -1,3 +1,6 @@
|
||||
"""Module that provides all database columns and
|
||||
creates geospatial index for col_applications"""
|
||||
|
||||
from pymongo import MongoClient, GEOSPHERE
|
||||
from ujson import loads
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
"""Module responsible for providing answers to
|
||||
all inline queries that bot receives"""
|
||||
|
||||
from datetime import datetime
|
||||
from os import path, sep
|
||||
from app import app, isAnAdmin
|
||||
|
@ -1,3 +1,6 @@
|
||||
"""Automatically register commands and execute
|
||||
some scheduled tasks is the main idea of this module"""
|
||||
|
||||
from os import listdir, makedirs, path, sep
|
||||
from apscheduler.schedulers.asyncio import AsyncIOScheduler
|
||||
from datetime import datetime, timedelta
|
||||
|
Reference in New Issue
Block a user