diff --git a/docs/guides/commands/samples/intro/command_handler.cs b/docs/guides/commands/samples/intro/command_handler.cs index efb31f9b9..b962cdd6c 100644 --- a/docs/guides/commands/samples/intro/command_handler.cs +++ b/docs/guides/commands/samples/intro/command_handler.cs @@ -49,7 +49,7 @@ public class CommandHandler // Keep in mind that result does not indicate a return value // rather an object stating if the command executed successfully. - var result = await _command.ExecuteAsync( + var result = await _commands.ExecuteAsync( context: context, argPos: argPos, services: null);