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:
parent
0fbc3b95cc
commit
d6d148a780
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue