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 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)
|
||||
|
|
Loading…
Reference in a new issue