diff --git a/pkg/commands/cmd_mode.go b/pkg/commands/cmd_mode.go index 4ea6ee15f..4631392c4 100644 --- a/pkg/commands/cmd_mode.go +++ b/pkg/commands/cmd_mode.go @@ -51,7 +51,7 @@ func hipicoCmnd() Definition { } } if msg == "" { - return req.Reply("Usage: /hipico \nExample: /hipico check the log files for errors") + return req.Reply("šŸ‘‹ Hi~ What can I help you with?\n\nšŸ’” Examples:\n /hipico what files are in the working directory?\n /hipico what time is it now?\n /hipico what's the progress on the previous task?") } reply, err := rt.RunOneShot(ctx, msg) if err != nil {