Browse Source

added description

master
David Haukeness 5 years ago
parent
commit
0e4cf43c51
No known key found for this signature in database
GPG Key ID: 54F2372DDB7F9462
  1. 1
      utils.go

1
utils.go

@ -14,6 +14,7 @@ func p(b interface{}) string { @@ -14,6 +14,7 @@ func p(b interface{}) string {
return string(s)
}
// getFeedbackExtendedDescription returns the team name that feedback will be posted to, if configured
func getFeedbackExtendedDescription(bc botConfig) *chat1.UserBotExtendedDescription {
if bc.FeedbackTeamAdvert != "" {
return &chat1.UserBotExtendedDescription{

Loading…
Cancel
Save