public void RestartAsync([Remainder] string Remainder = null) { if (Operators.ContainsKey(Context.Message.Author.Id)) { RainBorg.Log(2, "Command", "Restarted by {0}", Context.User.Username); RainBorg.Relaunch(); } }