This commit is contained in:
Brandon Sturgeon 2021-02-19 15:57:52 -08:00
parent e7e6755955
commit 7260991f02
No known key found for this signature in database
GPG Key ID: 93451558FC64495C

View File

@ -30,8 +30,8 @@ const (
)
func sendMessage(discord *discordgo.Session, message MessageStruct) {
profileUrl := "https://steamcommunity.com/profiles/" + message.SteamId
joinUrl := "https://cfcservers.org/" + strings.ToLower(message.Realm) + "/join"
//profileUrl := "https://steamcommunity.com/profiles/" + message.SteamId
//joinUrl := "https://cfcservers.org/" + strings.ToLower(message.Realm) + "/join"
var contentBuilder strings.Builder
//contentBuilder.WriteString(fmt.Sprintf("[%v](<%v>) ", JOIN_EMOJI, joinUrl))