mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
new things
This commit is contained in:
parent
8b6e2e170b
commit
1273daaf26
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
import asyncio
|
import asyncio
|
||||||
import datetime
|
|
||||||
import json
|
import json
|
||||||
import random
|
import random
|
||||||
import aiohttp
|
import aiohttp
|
||||||
|
@ -361,6 +360,7 @@ async def buycoins(bot, update, arguments):
|
||||||
Sintassi: /buycoins"""
|
Sintassi: /buycoins"""
|
||||||
# Check the day
|
# Check the day
|
||||||
if datetime.datetime.now().day != 1 or datetime.datetime.now().month != 4:
|
if datetime.datetime.now().day != 1 or datetime.datetime.now().month != 4:
|
||||||
|
print("Qualcuno sa!")
|
||||||
return
|
return
|
||||||
# Try to login
|
# Try to login
|
||||||
logged_user = currently_logged_in(update)
|
logged_user = currently_logged_in(update)
|
||||||
|
|
Loading…
Reference in a new issue