chore(bot.zig): translate help message to English
This commit is contained in:
parent
edb0727dda
commit
24b4a0517c
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ pub const Command = union(enum) {
|
|||
}
|
||||
};
|
||||
|
||||
const HELP_MESSAGE: []const u8 = "Skicka `s/TYPO/CORRECTION/` för att ersätta TYPO med CORRECTION i ditt senaste meddelande.";
|
||||
const HELP_MESSAGE: []const u8 = "Send `s/TYPO/CORRECTION/` to replace TYPO with CORRECTION in your last message.";
|
||||
|
||||
pub const Error = error{ OutOfMemory, NoMessage, WriteFailed };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue