TgApiToken = "7113650816:AAFBlE-AAeLxIv6Kawk4OohtQ72pz55_s_4"
DiscApiToken = "MTIwMzg0MzAyMDg5ODgzMjM5NA.G6e3Eo.yU90uQzHOMCw-cHguOhzwlXhnIcHo5YId60U64"
- UpdateTextBtn = "Update"
- InitBotText = "I'm new here, I need to update my text. Click the button below to update it."
+
menuTextMarkup = tgbotapi.NewInlineKeyboardMarkup(
tgbotapi.NewInlineKeyboardRow(
- tgbotapi.NewInlineKeyboardButtonData(UpdateTextBtn, UpdateTextBtn),
+ tgbotapi.NewInlineKeyboardButtonData("Update", "Update"),
),
)
lastMsg *tgbotapi.Message
// bot text message
- botText string = InitBotText
+ botText string = "I'm new here, I need to update my text. Click the button below to update it."
Members []*discordgo.Member