1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

new things

This commit is contained in:
Steffo 2017-03-23 20:39:58 +01:00
parent 8b6e2e170b
commit 1273daaf26

View file

@ -1,5 +1,4 @@
import asyncio
import datetime
import json
import random
import aiohttp
@ -361,6 +360,7 @@ async def buycoins(bot, update, arguments):
Sintassi: /buycoins"""
# Check the day
if datetime.datetime.now().day != 1 or datetime.datetime.now().month != 4:
print("Qualcuno sa!")
return
# Try to login
logged_user = currently_logged_in(update)