Skip to content

Commit

Permalink
fix(about): incorrect source repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisin0 committed Jul 17, 2024
1 parent d89f68b commit 7a62adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/buttons.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package config
import "github.com/PaulSonOfLars/gotgbot/v2"

var Buttons map[string][][]gotgbot.InlineKeyboardButton = map[string][][]gotgbot.InlineKeyboardButton{
"ABOUT": {{homeButton, helpButton}, {{Text: "Source 🔗", Url: "https://github.com/Jisin0/filmigobot"}}},
"ABOUT": {{homeButton, helpButton}, {{Text: "Source 🔗", Url: "https://github.com/Jisin0/TGMessageStore"}}},
"HELP": {{aboutButton, homeButton}},
}

Expand Down

0 comments on commit 7a62adf

Please sign in to comment.