Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main.go modified #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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