Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions telegram-bot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ func welcome(user tbot.User, ID int64) {
"an Autobot on Earth to promote open source.",
"a distant cousin of the mars rover.",
"a friendly bot written in Go.",
"connect with us",
ButtonLinks(ID, "OSDC-group", "https://t.me/jiitosdc", "Hello , I'm OSDC Bot, Use /help to know more. To join OSDC group:"),
ButtonLinks(ID, "Github", "https://github.com/osdc", "Checkout our OSDC projects and feel free to contribute!"),
ButtonLinks((ID, "our website", "https://osdc.netlify.com", "Website:"),
"If you are willing to contribute go through our code of conduct",
ButtonLinks((ID, "CODE-OF-CONDUCT", "https://github.com/osdc/bots/blob/master/CONTRIBUTING.md", "COC:"),

)
var quesSlice = make([]string, 0)
quesSlice = append(quesSlice,
Expand Down