Commit 76497462 authored by nanahira's avatar nanahira

more testing

parent 841b6782
......@@ -99,6 +99,8 @@ app
}),
);
app.command('echo <content:string>').action((argv, content) => content);
app.command('dish').action(async (argv) => {
await argv.session.send(
segment(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment