mirror of https://github.com/midoks/mdserver-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
152 B
15 lines
152 B
2 years ago
|
import sys
|
||
|
import io
|
||
|
import os
|
||
|
import time
|
||
|
import re
|
||
|
import json
|
||
|
import base64
|
||
|
import threading
|
||
|
|
||
|
import telebot
|
||
|
|
||
|
|
||
|
def run(bot, message):
|
||
|
return bot
|