We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcad99 commit cacca98Copy full SHA for cacca98
internal/commands/start.go
@@ -13,6 +13,6 @@ func (m *command) LoadStart(dispatcher dispatcher.Dispatcher) {
13
}
14
15
func start(ctx *ext.Context, u *ext.Update) error {
16
- ctx.Reply(u, "Hi", nil)
+ ctx.Reply(u, "Hi, send me any file to get a direct streamble link to that file.", nil)
17
return dispatcher.EndGroups
18
0 commit comments