sarff

Results 3 comments of sarff

for fix issue: ``` func start(ctx *ext.Context, update *ext.Update) error { user := update.EffectiveUser() _, _ = ctx.Reply(update, fmt.Sprintf("Hello %s, I am @%s and will repeat all your messages.\nI was...

original: ``` }) // End dispatcher groups so that bot doesn't echo /start command usage return dispatcher.EndGroups ``` fix: ``` }, ) // End dispatcher groups so that bot doesn't...

> > original: > > ``` > > }) > > // End dispatcher groups so that bot doesn't echo /start command usage > > return dispatcher.EndGroups > > ```...