diff --git a/docs/guides/samples/first-steps.cs b/docs/guides/samples/first-steps.cs index 3d89de7d8..933f695b0 100644 --- a/docs/guides/samples/first-steps.cs +++ b/docs/guides/samples/first-steps.cs @@ -99,7 +99,7 @@ class Program var msg = arg as SocketUserMessage; if (msg == null) return; - // Create a number to track where the prefix ends and the command begins + // Create a number to track where the prefix ends and the command begins int pos = 0; // Replace the '!' with whatever character // you want to prefix your commands with.