feat: 异步

This commit is contained in:
LyMysterious
2025-05-30 08:06:20 +08:00
parent 7229ac4e1f
commit bbf53fa699
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace RoBot.Start.Cmd
} }
} }
} }
return true; return await Task.FromResult(true);
} }
} }
} }
+1 -1
View File
@@ -57,7 +57,7 @@ namespace RoBot.Start.Cmd
} }
} }
} }
return true; return await Task.FromResult(true);
} }
} }
} }
@@ -45,7 +45,7 @@ namespace RoBot.Start.Cmd
} }
} }
return true; return await Task.FromResult(true);
} }
/// <summary> /// <summary>