/cancel, /identify, sponsorships improvements and fixes #3

Merged
profitroll merged 19 commits from dev into master 2023-01-03 16:45:20 +02:00
3 changed files with 9 additions and 0 deletions
Showing only changes of commit db60a538b2 - Show all commits

View File

@ -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

View File

@ -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

View File

@ -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