mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
Shall we?
This commit is contained in:
parent
08e9dbcb07
commit
d1e63605eb
1 changed files with 1 additions and 5 deletions
|
@ -473,10 +473,6 @@ async def buycoins_telegram(bot, update, _):
|
||||||
"""Compra nuovi ℝ!
|
"""Compra nuovi ℝ!
|
||||||
|
|
||||||
Sintassi: /buycoins"""
|
Sintassi: /buycoins"""
|
||||||
# Check the day
|
|
||||||
if datetime.datetime.now().day != 1 or datetime.datetime.now().month != 4:
|
|
||||||
await update.message.reply(bot, "⚠ Non è ancora giunto il momento.")
|
|
||||||
return
|
|
||||||
# Try to login
|
# Try to login
|
||||||
logged_user = currently_logged_in(update)
|
logged_user = currently_logged_in(update)
|
||||||
# Check if the user is logged in
|
# Check if the user is logged in
|
||||||
|
@ -504,7 +500,7 @@ Sintassi: /buycoins"""
|
||||||
f"*Ottieni 30 ℝ* per ogni amico che inviti alla Royal Games!\n"
|
f"*Ottieni 30 ℝ* per ogni amico che inviti alla Royal Games!\n"
|
||||||
f"[Ottieni 1337 ℝ]({app}) installando l'app dei nostri partner!\n"
|
f"[Ottieni 1337 ℝ]({app}) installando l'app dei nostri partner!\n"
|
||||||
f"*Ottieni 1 ℝ* al giorno aggiungendo `steffo.me` alla fine del tuo username di Steam!\n\n"
|
f"*Ottieni 1 ℝ* al giorno aggiungendo `steffo.me` alla fine del tuo username di Steam!\n\n"
|
||||||
f"NOTA LEGALE: @Steffo non si assume responsabilità per il contenuto delle app sponsorizzate. Fate attenzione!", parse_mode="Markdown")
|
f"NOTA LEGALE: La Royal Games non si assume responsabilità per il contenuto delle app sponsorizzate. Fate attenzione!", parse_mode="Markdown")
|
||||||
|
|
||||||
|
|
||||||
async def addcoins_telegram(bot, update, arguments):
|
async def addcoins_telegram(bot, update, arguments):
|
||||||
|
|
Loading…
Reference in a new issue