Reboot, I64 instead of Option<I64>
This commit is contained in:
Alex Emmet 2025-12-18 17:00:48 +01:00
commit 1f878b9314
13 changed files with 512 additions and 452 deletions

View file

@ -22,7 +22,10 @@ pub fn create_languages() -> Result<(), JsonError> {
"identification_response",
"IOTA identified on Omikron, {} users!",
)?;
omikron_messages.insert("send_message_failed", "Failed to send message to Omikron")?;
omikron_messages.insert(
"send_message_failed",
"Failed to send message to Omikron: {}",
)?;
omikron_messages.insert("connection_failed", "Failed to connect to Omikron: {}")?;
// BUTTONS