added description
This commit is contained in:
1
utils.go
1
utils.go
@ -14,6 +14,7 @@ func p(b interface{}) string {
|
|||||||
return string(s)
|
return string(s)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// getFeedbackExtendedDescription returns the team name that feedback will be posted to, if configured
|
||||||
func getFeedbackExtendedDescription(bc botConfig) *chat1.UserBotExtendedDescription {
|
func getFeedbackExtendedDescription(bc botConfig) *chat1.UserBotExtendedDescription {
|
||||||
if bc.FeedbackTeamAdvert != "" {
|
if bc.FeedbackTeamAdvert != "" {
|
||||||
return &chat1.UserBotExtendedDescription{
|
return &chat1.UserBotExtendedDescription{
|
||||||
|
|||||||
Reference in New Issue
Block a user