Commit bad436fc authored by nanahira's avatar nanahira

fix

parent 3f27c4f3
Pipeline #43424 passed with stages
in 1 minute and 34 seconds
......@@ -95,7 +95,7 @@ export class RewindService {
description: 'koishi_cmd_rewind_desc',
});
koishi.command('rewind', '').action(async ({ session }) => {
koishi.command('undo', '').action(async ({ session }) => {
const commandContext =
this.koishiContextService.resolveCommandContext(session);
if (!commandContext) {
......
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