From c7bb1cdf31661ab5329570c423f97c240ae67fc1 Mon Sep 17 00:00:00 2001 From: Joe4evr Date: Tue, 31 Jan 2017 02:36:57 +0100 Subject: [PATCH] Fix whitespace --- docs/guides/samples/first-steps.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.