1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-03-18 14:33:27 +00:00

/fortune: Add Pyre reference

This commit is contained in:
Steffo 2025-02-06 08:42:35 +01:00
parent 0fbc3b95cc
commit d6d148a780
Signed by: steffo
GPG key ID: 6B8E18743E7E1F86

View file

@ -12,7 +12,7 @@ use teloxide::Bot;
use crate::services::telegram::commands::CommandResult;
// Tutte le fortune devono essere positive, o almeno neutrali, per poter essere aggiunte.
const FORTUNES: [&str; 173] = [
const FORTUNES: [&str; 174] = [
"😄 Oggi sarà una fantastica giornata!",
"😌 Oggi sarà una giornata molto chill e rilassante.",
"💰 Oggi sui tuoi alberi cresceranno più Stelline!",
@ -186,6 +186,7 @@ const FORTUNES: [&str; 173] = [
"🌀 Oggi sfrutterai i venti di un tifone per posizionare strategicamente la tua nave!",
"🃏 Oggi un jolly moltiplicherà la tua fortuna per 4!",
"💾 Oggi ti chiederai che cos'è questa icona!",
"🔥 Oggi ti butterai in una pira per spegnerla e fare vincere la tua squadra!",
];
struct FortuneKey {