Skip to content

Telegram Bot plugin -> French buttons #13

@teamssUTXO

Description

@teamssUTXO

Hey, I noticed that there are buttons written in French in the TelegramService file :

if (!item.Inventory.HasValue || item.Inventory > 0)
{
    buttons.Add([
        InlineKeyboardButton.WithCallbackData("➕ Ajouter (1)", $"quick_add_{item.Id}"),
    InlineKeyboardButton.WithCallbackData("🔢 Quantité", $"add_{item.Id}")
    ]);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions