Skip to content
Snippets Groups Projects
Commit 57954c70 authored by Reviath's avatar Reviath
Browse files

Update eval command.

parent 8f1619bc
No related branches found
No related tags found
No related merge requests found
Pipeline #659 passed
......@@ -31,6 +31,6 @@ func EvalCommand(ctx CommandHandler.Context, _ []string) error {
ctx.Reply(err.Error())
return nil
}
ctx.Reply(fmt.Sprintf("Writed code to %s.go, ready to run.", uuidvar))
ctx.Reply(fmt.Sprintf("Wrote code to %s.go, ready to run.", uuidvar))
return err
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment