Skip to content

Commit

Permalink
update welcome messager
Browse files Browse the repository at this point in the history
  • Loading branch information
BK1031 committed Sep 27, 2024
1 parent 99e4af2 commit 0c77dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/discord_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func SendUserWelcomeMessage(userID string) {
utils.SugarLogger.Errorln("User not found")
return
}
message := fmt.Sprintf("Welcome to Gaucho Racing, %s! We're super excited to have you on board.\n\nPlease take a moment to complete your Sentinel profile at https://sso.gauchoracing.com/users/%s/edit. This is where you will be able to access all our internal tools and resources. The first time you login to Sentinel you will need to use your Discord account. Once you're in you can then set a password to be able to login with email/password in the future. You should have been added to our shared drive already and once you set a password, you'll be able to login to our wiki.\n\nHere are some important links:\n**Website:** <https://gauchoracing.com>\n**Wiki:** <https://wiki.gauchoracing.com>\n**GitHub:** <https://github.com/gaucho-racing>\n**Google Drive:** <https://drive.gauchoracing.com>\n\nIf you have any questions, feel free to ask in <#756738476887638111> or DM an officer or lead.", user.FirstName, user.ID)
message := fmt.Sprintf("Welcome to Gaucho Racing, %s! We're super excited to have you on board.\n\nPlease take a moment to complete your Sentinel profile at https://sso.gauchoracing.com/users/%s/edit. This is where you will be able to access all our internal tools and resources. The first time you login to Sentinel you will need to use your Discord account. Once you're in you can then set a password to be able to login with email/password in the future. You should have been added to our shared drive already and you can login to the wiki with your Sentinel account.\n\nHere are some important links:\n**Website:** <https://gauchoracing.com>\n**Wiki:** <https://wiki.gauchoracing.com>\n**GitHub:** <https://github.com/gaucho-racing>\n**Google Drive:** <https://drive.gauchoracing.com>\n\nIf you have any questions, feel free to ask in <#756738476887638111> or DM an officer or lead.", user.FirstName, user.ID)
SendDirectMessage(userID, message)
}

Expand Down

0 comments on commit 0c77dd2

Please sign in to comment.