Fixed typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user