mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-21 18:44:19 +00:00
Fix FORTUNES length
This commit is contained in:
parent
5197279f0c
commit
dfd9c982a9
1 changed files with 1 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; 164] = [
|
||||
const FORTUNES: [&str; 173] = [
|
||||
"😄 Oggi sarà una fantastica giornata!",
|
||||
"😌 Oggi sarà una giornata molto chill e rilassante.",
|
||||
"💰 Oggi sui tuoi alberi cresceranno più Stelline!",
|
||||
|
|
Loading…
Reference in a new issue