mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 02:54:21 +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;
|
use crate::services::telegram::commands::CommandResult;
|
||||||
|
|
||||||
// Tutte le fortune devono essere positive, o almeno neutrali, per poter essere aggiunte.
|
// 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 fantastica giornata!",
|
||||||
"😌 Oggi sarà una giornata molto chill e rilassante.",
|
"😌 Oggi sarà una giornata molto chill e rilassante.",
|
||||||
"💰 Oggi sui tuoi alberi cresceranno più Stelline!",
|
"💰 Oggi sui tuoi alberi cresceranno più Stelline!",
|
||||||
|
|
Loading…
Reference in a new issue