diff --git a/src/Configuration/TextCommands.cs b/src/Configuration/TextCommands.cs index 548a1b45..a4ee9b1a 100644 --- a/src/Configuration/TextCommands.cs +++ b/src/Configuration/TextCommands.cs @@ -34,7 +34,7 @@ public class TextCommands : JsonConfig { public override void LoadDefaults() { Commands.Add(new TextCommandData { Name = "rules", - Text = new string[] { + Text = new [] { "Be Respectful.", "Don't use cheats.", "Have fun :D" @@ -42,7 +42,7 @@ public class TextCommands : JsonConfig { }); Commands.Add(new TextCommandData { Name = "website", - Text = new string[] { + Text = new [] { "Our website: github.com/uEssentials" } });