Browse Source

Fixed typo

pull/22/merge
RogueException 9 years ago
parent
commit
da1721b4e7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/Permissions/Visibility/PublicChecker.cs

+ 1
- 1
src/Discord.Net.Commands/Permissions/Visibility/PublicChecker.cs View File

@@ -8,7 +8,7 @@
{ {
if (user.Server == null) if (user.Server == null)
{ {
error = "This command can't be run in n a private chat.";
error = "This command can't be run in a private chat.";
return false; return false;
} }
else else


Loading…
Cancel
Save