Browse Source

Fixed typo

tags/docs-0.9
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)
{
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;
}
else


Loading…
Cancel
Save