Skip to content

Commit

Permalink
chore(command): update start message
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSuckz committed Dec 4, 2023
1 parent fbcad99 commit cacca98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ func (m *command) LoadStart(dispatcher dispatcher.Dispatcher) {
}

func start(ctx *ext.Context, u *ext.Update) error {
ctx.Reply(u, "Hi", nil)
ctx.Reply(u, "Hi, send me any file to get a direct streamble link to that file.", nil)
return dispatcher.EndGroups
}

0 comments on commit cacca98

Please sign in to comment.