diff --git a/Raven.csharp b/Raven.csharp index 6d934fc..8f7cb13 100644 --- a/Raven.csharp +++ b/Raven.csharp @@ -84,7 +84,7 @@ namespace AniNIX.TheRaven { notifications = conf.ReadSection("Notifications"); whitelist = conf.ReadSectionLines("Whitelist"); blacklist = conf.ReadSectionLines("Blacklist"); - helpText = "Available commands are r.raven, r.magic8, r.uptime, r.heartbeat, r.msg , r.d , r.tinyurl , and r.searches"; + helpText = "Available commands are r.d , r.heartbeat, r.magic8, r.math , r.msg , r.raven, r.searches, r.tinyurl , and r.uptime"; searches = conf.ReadSectionLines("Searches"); StringBuilder searchIndexBuilder = new StringBuilder(); foreach (String searchLine in searches) {