Esempio n. 1
0
def command_status(m):
    cid = m.chat.id
    if Log.listUsersCount() > 0:
        bot.send_message(cid, "Site Open")
    else:
        bot.send_message(cid, "Site Closed")
Esempio n. 2
0
def command_status(m):
    cid = m.chat.id
    if Log.listUsersCount() > 0:
        bot.send_message(cid, "Site Open")
    else:
        bot.send_message(cid, "Site Closed")