Skip to content

Commit cacca98

Browse files
chore(command): update start message
1 parent fbcad99 commit cacca98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/start.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ func (m *command) LoadStart(dispatcher dispatcher.Dispatcher) {
1313
}
1414

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

0 commit comments

Comments
 (0)