Changed a lot of stuff regarding Lynx to Kowalski

This commit is contained in:
A Bunch of Computer Nerds 2024-12-08 21:51:43 -03:00
parent 33f76fd806
commit 27edc10557
8 changed files with 18 additions and 18 deletions

View file

@ -15,7 +15,7 @@ async function sendHelpMessage(ctx, isEditing) {
]
}
};
const helpText = Strings.lynxHelp;
const helpText = Strings.kowalskiHelp;
if (isEditing) {
await ctx.editMessageText(helpText, options);
} else {