Browse Source

Fix whitespace

tags/1.0-rc
Joe4evr 8 years ago
parent
commit
c7bb1cdf31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/samples/first-steps.cs

+ 1
- 1
docs/guides/samples/first-steps.cs View File

@@ -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.


Loading…
Cancel
Save