mirror of
https://github.com/ChuckNorrison/LightningTipBot.git
synced 2026-08-13 12:33:14 +02:00
commit
e8f24d99ee
1 changed files with 8 additions and 2 deletions
|
|
@ -13,11 +13,17 @@ import (
|
|||
|
||||
// we can't use space in the label of buttons, because string splitting will mess everything up.
|
||||
const (
|
||||
MainMenuCommandWebApp = "⤵️ Recv"
|
||||
// MainMenuCommandWebApp = "⤵️ Recv"
|
||||
// MainMenuCommandBalance = "Balance"
|
||||
// MainMenuCommandInvoice = "⚡️ Invoice"
|
||||
// MainMenuCommandHelp = "📖 Help"
|
||||
// MainMenuCommandSend = "⤴️ Send"
|
||||
// SendMenuCommandEnter = "👤 Enter"
|
||||
MainMenuCommandWebApp = "⤵️"
|
||||
MainMenuCommandBalance = "Balance"
|
||||
MainMenuCommandInvoice = "⚡️ Invoice"
|
||||
MainMenuCommandHelp = "📖 Help"
|
||||
MainMenuCommandSend = "⤴️ Send"
|
||||
MainMenuCommandSend = "⤴️"
|
||||
SendMenuCommandEnter = "👤 Enter"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue