public async Task RestartCommand() { await Context.Message.DeleteAsync(); await ReplyAsync("Restarting..."); RestartHandler.Restart(); }